Changeset 2024 for trunk/gui/scripts/videopreview.tcl
- Timestamp:
- Jan 9, 2011, 10:14:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/videopreview.tcl
r2023 r2024 238 238 } 239 239 240 video stop 240 241 241 242 if {([info exists _movie]) && ("" != ${_movie})} { … … 276 277 # ---------------------------------------------------------------------- 277 278 itcl::body Rappture::VideoPreview::loadcb {args} { 278 279 video stop 279 280 Rappture::filexfer::upload {piv tool} {id label desc} [itcl::code $this Upload] 280 281 #uplevel 1 [list $args]282 281 } 283 282 … … 287 286 itcl::body Rappture::VideoPreview::Upload {args} { 288 287 array set data $args 288 video stop 289 289 290 290 if {[info exists data(error)]} {
Note: See TracChangeset
for help on using the changeset viewer.