Changeset 917
- Timestamp:
- Dec 4, 2009 5:14:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/profcons.tcl
- Property rcs:date changed from 2005/03/24 21:57:52 to 2008/04/15 17:30:18
- Property rcs:lines changed from +2 -2 to +6 -1
- Property rcs:rev changed from 1.7 to 1.8
r842 r917 570 570 set i [lindex $item 0] 571 571 constrinfo profile$i delete [lindex $item 1] 572 RecordMacroEntry "constrinfo profile$i delete [lindex $item 1]" 0 573 RecordMacroEntry "incr expgui(changed)" 0 572 574 incr expgui(changed) 573 575 } … … 634 636 if {$num != "add"} { 635 637 constrinfo profile$t set $num $conslist 638 RecordMacroEntry "constrinfo profile$t set $num [list $conslist]" 0 636 639 } else { 637 640 constrinfo profile$t add $num $conslist 641 RecordMacroEntry "constrinfo profile$t add $num [list $conslist]" 0 638 642 } 639 643 incr expgui(changed) 640 644 } 645 if {[llength $term] > 0} {RecordMacroEntry "incr expgui(changed)" 0} 641 646 destroy $top 642 647 DisplayProfileConstraints
Note: See TracChangeset
for help on using the changeset viewer.