Ignore:
Timestamp:
Jul 6, 2009, 3:01:17 PM (15 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r1342 r1543  
    308308# ----------------------------------------------------------------------
    309309itcl::body Rappture::Service::_link {from to} {
    310 puts "link update: $from => $to"
    311310    $_tool xml copy $to from [$_owner xml object] $from
    312 
    313311    if {$_control == "auto" && [regexp -nocase {^input\.} $to]} {
    314312        after cancel [itcl::code $this run]
Note: See TracChangeset for help on using the changeset viewer.