Changeset 1668 for trunk/gui/apps


Ignore:
Timestamp:
Mar 11, 2010, 2:54:37 PM (15 years ago)
Author:
jchae
Message:

fix loading of scripts in nanovis-test, the send_commaand function should be using the nanovisviewer object function SendCmd? instead of _send

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/nanovis-test

    r1292 r1668  
    171171        set cmd $last_command
    172172    }
    173     namespace eval Rappture::NanovisViewer [list $widgets(nanovis) _send $cmd]
     173    namespace eval Rappture::NanovisViewer [list $widgets(nanovis) SendCmd $cmd]
    174174    $widgets(command) delete 0 end
    175175}
Note: See TracChangeset for help on using the changeset viewer.