From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: sourcenav@sources.redhat.com Subject: Simple GUI patch Date: Sun, 23 Jul 2000 23:10:00 -0000 Message-id: X-SW-Source: 2000-q3/msg00060.html Here is a suggested patch. Sorry for the context diff--I don't have GNU diff handy. Ben 2000-07-24 Ben Elliston * tmeter.tcl (make_scale_window): Always use the watch icon when waiting; don't use the little Tk man. *** /spub/local/snavigator/share/gui/tmeter.tcl Fri Jul 21 05:29:58 2000 --- ./tmeter.tcl Mon Jul 24 16:06:08 2000 *************** *** 65,75 **** return } ! if {$enable_cancel} { ! set curs "man" ! } else { ! set curs "watch" ! } set sn_scale_oldfocus [focus] --- 65,71 ---- return } ! set curs "watch" set sn_scale_oldfocus [focus]