public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* RFA: Fix editing.
@ 2000-03-30 11:57 Fernando Nasser
  0 siblings, 0 replies; only message in thread
From: Fernando Nasser @ 2000-03-30 11:57 UTC (permalink / raw)
  To: insight

The following patch fixed the editing problem some people were seeing.

-- 
Fernando Nasser
Red Hat - Toronto                       E-Mail:  fnasser@cygnus.com
2323 Yonge Street, Suite #300           Tel:  416-482-2661 ext. 311
Toronto, Ontario   M4P 2C9              Fax:  416-482-6299

ChangeLog:  
	* variables.tcl (edit): Remove call to close, which caused editing
	of variables to fail.



Index: variables.tcl
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/variables.tcl,v
retrieving revision 1.1.1.1
diff -c -p -r1.1.1.1 variables.tcl
*** variables.tcl       2000/02/07 00:19:42     1.1.1.1
--- variables.tcl       2000/03/30 19:50:21
*************** class VariableWin {
*** 425,431 ****
        # Find out what the previous entry is
        set previous [getPrevious $variable]
  
!       close $variable
        $Hlist delete entry $variable
  
        set cmd [format { \
--- 425,435 ----
        # Find out what the previous entry is
        set previous [getPrevious $variable]
  
!       # 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. FN
!       #close $variable
        $Hlist delete entry $variable
  
        set cmd [format { \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-03-30 11:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-30 11:57 RFA: Fix editing Fernando Nasser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).