diff options
author | Martin Hunt <hunt@redhat.com> | 2002-03-06 20:42:44 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2002-03-06 20:42:44 +0000 |
commit | fe0d53f76a4e9efafda181536d4e6677ae8e2c33 (patch) | |
tree | a4f2693adabb812062350bbc0489786b49c55cf5 | |
parent | 46da53a92aa04a5daaa891350a0565b8499ca864 (diff) | |
download | gdb-fe0d53f76a4e9efafda181536d4e6677ae8e2c33.tar.gz |
2002-03-06 Martin M. Hunt <hunt@redhat.com>
* library/srcwin.itb: Don't try to set balloon help
for search widget; it moved to srcbar.
-rw-r--r-- | gdb/gdbtk/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/gdbtk/library/srcwin.itb | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog index db03967905b..7adcdc52351 100644 --- a/gdb/gdbtk/ChangeLog +++ b/gdb/gdbtk/ChangeLog @@ -1,3 +1,8 @@ +2002-03-06 Martin M. Hunt <hunt@redhat.com> + + * library/srcwin.itb: Don't try to set balloon help + for search widget; it moved to srcbar. + 2002-03-05 Martin M. Hunt <hunt@redhat.com> * library/prefs.tcl (pref_read): If a preference specifies diff --git a/gdb/gdbtk/library/srcwin.itb b/gdb/gdbtk/library/srcwin.itb index e2ef8fcc5ce..24d4cd61a1e 100644 --- a/gdb/gdbtk/library/srcwin.itb +++ b/gdb/gdbtk/library/srcwin.itb @@ -160,7 +160,6 @@ body SrcWin::_build_win {} { balloon register $_statbar.func.$i "Current function name" balloon register $_statbar.mode.$i "Source mode" } - balloon register $_statbar.frame.search "Search for text" balloon variable $_status ${twin}_balloon $_statbar.mode entryset [$twin mode_get] |