Ignore:
Timestamp:
Nov 4, 2005, 11:41:40 PM (19 years ago)
Author:
mmc
Message:

Minor touch-ups on the <image> element. Data on both input and
output sides is now stored the same way, in <current>.

File:
1 edited

Legend:

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

    r126 r127  
    3636    }
    3737    set _xmlobj $xmlobj
    38     set data [string trim [$xmlobj get $path.current.data]]
     38    set data [string trim [$xmlobj get $path.current]]
    3939    if {[string length $data] == 0} {
    4040        set _image [image create photo]
Note: See TracChangeset for help on using the changeset viewer.