Changeset 216 for trunk


Ignore:
Timestamp:
Feb 25, 2006, 11:39:39 AM (19 years ago)
Author:
mmc
Message:
  • Fixed an error that was triggered when you double-click on the "Clear" in the results area.
  • Added the "Download..." option at the beginning of the program. It was being added after Clear, but wasn't showing up right away for some tools.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/analyzer.tcl

    r213 r216  
    215215
    216216    if {[Rappture::filexfer::enabled]} {
     217        $itk_component(resultselector) choices insert end \
     218            --- "---"
     219        $itk_component(resultselector) choices insert end \
     220            @download "Download..."
     221
    217222        itk_component add download {
    218223            button $w.top.dl -image $icons(download) -anchor e \
     
    547552            @download "Download..."
    548553    }
     554    set _lastlabel ""
    549555
    550556    #
     
    748754        $itk_component(resultselector) component entry insert end $_lastlabel
    749755        $itk_component(resultselector) component entry configure -state disabled
    750     } else {
     756    } elseif {$page != ""} {
    751757        set _lastlabel $name
    752758        set win [winfo toplevel $itk_component(hull)]
Note: See TracChangeset for help on using the changeset viewer.