This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] srcwin search widget removal


Checked in as obvious.

If you have noticed blank windows, broken mode widget, etc, 
then this will fix the problem.

-- 
Martin Hunt
GDB Engineer
Red Hat, Inc.

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.

Index: library/srcwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/srcwin.itb,v
retrieving revision 1.23
diff -u -p -r1.23 srcwin.itb
--- srcwin.itb	2002/03/05 22:22:20	1.23
+++ srcwin.itb	2002/03/06 20:42:14
@@ -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]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]