Changeset 134


Ignore:
Timestamp:
Dec 4, 2009 5:00:58 PM (14 years ago)
Author:
toby
Message:

# on 2000/05/17 16:30:57, toby did:
change donewait to donewaitmsg to avoid conflict with pleasewait/donewait

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/liveplot

    • Property rcs:date changed from 2000/04/10 20:07:43 to 2000/05/17 16:30:57
    • Property rcs:lines changed from +21 -4 to +5 -5
    • Property rcs:rev changed from 1.11 to 1.12
    r125 r134  
    109109}
    110110
    111 proc donewait {} {
     111proc donewaitmsg {} {
    112112    catch {destroy .wait}
    113113    update
     
    793793    waitmsg {Updating}
    794794    plotdata $box
    795     donewait
     795    donewaitmsg
    796796}
    797797
     
    952952if [file exists $fl] {source $fl}
    953953
    954 donewait
     954donewaitmsg
    955955trace variable peakinfo w plotdataupdate
Note: See TracChangeset for help on using the changeset viewer.