Changeset 843 for trunk


Ignore:
Timestamp:
Jan 4, 2008, 9:15:55 AM (17 years ago)
Author:
gah
Message:

Fixed bug with uppercase .HistoResultdownload? widget name

File:
1 edited

Legend:

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

    r839 r843  
    421421        }
    422422        controls {
    423             set popup .HistoResultdownload
    424             if {![winfo exists .historesultdownload]} {
     423            set popup .histogram_result_download
     424            if {![winfo exists .histogram_result_download]} {
    425425                # if we haven't created the popup yet, do it now
    426426                Rappture::Balloon $popup -title "Download as..."
     
    449449        }
    450450        now {
    451             set popup .historesultdownload
    452             if {[winfo exists .historesultdownload]} {
     451            set popup .histogram_result_download
     452            if {[winfo exists .histogram_result_download]} {
    453453                $popup deactivate
    454454            }
Note: See TracChangeset for help on using the changeset viewer.