summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2000-03-29 03:18:16 +0000
committerJim Ingham <jingham@apple.com>2000-03-29 03:18:16 +0000
commitcfb54f7e62025f3e3435540661991f2ea287d0cb (patch)
tree4eb0b9b8b2ca1bfe444c6821d4d970d6813b4379
parentc022371aaa59ef3fdd06e83b0646bbdac99cdf26 (diff)
downloadgdb-cfb54f7e62025f3e3435540661991f2ea287d0cb.tar.gz
2000-03-28 James Ingham <jingham@leda.cygnus.com>
* managedwin.itb (ManagedWin::startup): Open the SrcWin, this does two things, 1) Makes sure that there IS a SrcWin, and 2) brings the first such window to the foreground...
-rw-r--r--gdb/gdbtk/library/ChangeLog6
-rw-r--r--gdb/gdbtk/library/managedwin.itb3
2 files changed, 8 insertions, 1 deletions
diff --git a/gdb/gdbtk/library/ChangeLog b/gdb/gdbtk/library/ChangeLog
index 41b7687a026..f7110803b92 100644
--- a/gdb/gdbtk/library/ChangeLog
+++ b/gdb/gdbtk/library/ChangeLog
@@ -1,3 +1,9 @@
+2000-03-28 James Ingham <jingham@leda.cygnus.com>
+
+ * managedwin.itb (ManagedWin::startup): Open the SrcWin, this does
+ two things, 1) Makes sure that there IS a SrcWin, and 2) brings
+ the first such window to the foreground...
+
2000-03-28 Jim Blandy <jimb@redhat.com>
Handle the fact that there are holes in the register numbering.
diff --git a/gdb/gdbtk/library/managedwin.itb b/gdb/gdbtk/library/managedwin.itb
index e082f090fa2..1bda9f59eda 100644
--- a/gdb/gdbtk/library/managedwin.itb
+++ b/gdb/gdbtk/library/managedwin.itb
@@ -86,7 +86,8 @@ body ManagedWin::startup {} {
foreach cmd [pref get gdb/window/active] {
eval $cmd
- }
+ }
+ ManagedWin::open SrcWin
}
body ManagedWin::open_dlg {class args} {