Ignore:
Timestamp:
Feb 14, 2014, 3:05:10 PM (11 years ago)
Author:
gah
Message:

add loader label to be diffed, execout(error) may not exist is no stderr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/tcl/scripts/library.tcl

    r3673 r4181  
    171171                    }
    172172                }
     173                loader {
     174                    if {$params(-as) == "component"} {
     175                        lappend rlist $cpath
     176                    } else {
     177                        lappend rlist [$xmlobj element -as $params(-as) $cpath]
     178                    }
     179                }
    173180                default {
    174181                    if {[catch {Rappture::objects::get $type}] == 0} {
Note: See TracChangeset for help on using the changeset viewer.