Changeset 741


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

# on 2003/11/05 22:14:46, toby did:
prepare for OSX - remove puts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/instedit.tcl

    • Property rcs:date changed from 2003/08/11 19:28:27 to 2003/11/05 22:14:46
    • Property rcs:lines changed from +54 -54 to +1 -4
    • Property rcs:rev changed from 1.2 to 1.3
    r730 r741  
    381381    }
    382382    foreach item $proflist {
    383 puts "item = $item"
    384383        set h [lindex $item 0]
    385 puts "top = $top.r$h"
    386384        $top.r$h config -state normal \
    387385                -command "instSelectPhase [list $item]"
     
    435433
    436434proc instSetProfile {proflist} {
    437     puts "set profile $proflist"
    438435    global instparms instdat expgui
    439436    set b $instparms(bank)
Note: See TracChangeset for help on using the changeset viewer.