OSDN Git Service

2000-03-28 James Ingham <jingham@leda.cygnus.com>
authorJim Ingham <jingham@apple.com>
Wed, 29 Mar 2000 03:18:16 +0000 (03:18 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 29 Mar 2000 03:18:16 +0000 (03:18 +0000)
* 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...

gdb/gdbtk/library/ChangeLog
gdb/gdbtk/library/managedwin.itb

index 41b7687..f711080 100644 (file)
@@ -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.
index e082f09..1bda9f5 100644 (file)
@@ -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} {