This is the mail archive of the gdb-cvs@sourceware.cygnus.com mailing list for the GDB project.


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

src/gdb/gdbtk/library ChangeLog variables.tcl


CVSROOT:	/cvs/src
Module name:	src
Changes by:	fnasser@sourceware.cygnus.com	00/03/30 14:14:25

Modified files:
	gdb/gdbtk/library: ChangeLog variables.tcl 

Log message:
	2000-03-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
	
	* variables.tcl (edit): Remove call to close, which caused editing
	of variables to fail.
	Note: I don't know why we would need to do this here as it seems
	that the "delete entry" operation will do that.
	Perhaps this was to account to some old widget bug.
	But we cannot call close here because it calls UnEdit,
	which unsets some of the edit state.
	(open): Make sure to abort any ongoing edit.  This was causing problems
	when someone tried to expand an structure while editing its pointer.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/ChangeLog.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/variables.tcl.diff?cvsroot=src&r1=1.1.1.1&r2=1.2


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