Ignore:
Timestamp:
Apr 29, 2011, 8:30:30 AM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r2194 r2235  
    540540#
    541541itcl::body Rappture::VisViewer::ReceiveEcho {channel {data ""}} {
    542     #puts stderr "<<line $data"
     542    puts stderr "<<line $data"
    543543    if {[string length $itk_option(-receivecommand)] > 0} {
    544544        uplevel #0 $itk_option(-receivecommand) [list $channel $data]
Note: See TracChangeset for help on using the changeset viewer.