From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fernando Nasser To: insight@sourceware.cygnus.com Subject: RFA: Small bug fix Date: Thu, 08 Jun 2000 13:05:00 -0000 Message-id: <393FFC2A.1619AE6A@cygnus.com> X-SW-Source: 2000-q2/msg00242.html See ChangLog. -- Fernando Nasser Cygnus Solutions (a Red Hat company) E-Mail: fnasser@cygnus.com 2323 Yonge Street, Suite #300 Tel: 416-482-2661 ext. 311 Toronto, Ontario M4P 2C9 Fax: 416-482-6299 Index: ChangeLog =================================================================== RCS file: /cvs/cvsfiles/devo/gdb/gdbtk/library/ChangeLog,v retrieving revision 1.10.4.3 diff -c -p -r1.10.4.3 ChangeLog *** ChangeLog 2000/06/08 20:00:51 1.10.4.3 --- ChangeLog 2000/06/08 20:01:43 *************** *** 1,5 **** --- 1,10 ---- 2000-06-06 Fernando Nasser + * util.tcl (find_iwidgets_library): Add missing global declaration + which caused a stack trace instead of the proper error message. + + 2000-06-06 Fernando Nasser + * variables.tcl (edit): Make changes to a variable which is a register to be reflected on the register window by running the update hook. Index: util.tcl =================================================================== RCS file: /cvs/cvsfiles/devo/gdb/gdbtk/library/util.tcl,v retrieving revision 1.3 diff -c -p -r1.3 util.tcl *** util.tcl 2000/04/10 07:47:26 1.3 --- util.tcl 2000/06/08 20:01:43 *************** proc gridCGet {slave option} { *** 225,230 **** --- 225,231 ---- # # ------------------------------------------------------------------ proc find_iwidgets_library {} { + global errMsg set IwidgetsOK 1