- Timestamp:
- Feb 25, 2006, 11:39:39 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/analyzer.tcl
r213 r216 215 215 216 216 if {[Rappture::filexfer::enabled]} { 217 $itk_component(resultselector) choices insert end \ 218 --- "---" 219 $itk_component(resultselector) choices insert end \ 220 @download "Download..." 221 217 222 itk_component add download { 218 223 button $w.top.dl -image $icons(download) -anchor e \ … … 547 552 @download "Download..." 548 553 } 554 set _lastlabel "" 549 555 550 556 # … … 748 754 $itk_component(resultselector) component entry insert end $_lastlabel 749 755 $itk_component(resultselector) component entry configure -state disabled 750 } else {756 } elseif {$page != ""} { 751 757 set _lastlabel $name 752 758 set win [winfo toplevel $itk_component(hull)]
Note: See TracChangeset
for help on using the changeset viewer.