Ignore:
Timestamp:
May 31, 2011, 1:03:20 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r2144 r2267  
    375375    set readyForNextFrame 1;            # By default, always ready
    376376
    377     # toggle the button to "play" mode
    378     $itk_component(play) configure \
    379         -bitmap [Rappture::icon play] \
    380         -command [itcl::code $this play]
     377    if { [info exists itk_component(play)] } {
     378        # toggle the button to "play" mode
     379        $itk_component(play) configure \
     380            -bitmap [Rappture::icon play] \
     381            -command [itcl::code $this play]
     382    }
    381383}
    382384
Note: See TracChangeset for help on using the changeset viewer.