From cfb54f7e62025f3e3435540661991f2ea287d0cb Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Wed, 29 Mar 2000 03:18:16 +0000 Subject: [PATCH] 2000-03-28 James Ingham * 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 | 6 ++++++ gdb/gdbtk/library/managedwin.itb | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gdb/gdbtk/library/ChangeLog b/gdb/gdbtk/library/ChangeLog index 41b7687a02..f7110803b9 100644 --- a/gdb/gdbtk/library/ChangeLog +++ b/gdb/gdbtk/library/ChangeLog @@ -1,3 +1,9 @@ +2000-03-28 James Ingham + + * 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 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 e082f090fa..1bda9f59ed 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} { -- 2.11.0