Changeset 3632


Ignore:
Timestamp:
Apr 16, 2013 11:28:51 AM (11 years ago)
Author:
ldelgass
Message:

Fix check for print type image response from server

File:
1 edited

Legend:

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

    r3592 r3632  
    724724        ReceiveEcho "for [image width $_image(plot)]x[image height $_image(plot)] image>"       
    725725        $_image(plot) configure -data $bytes
    726     } elseif { $info(type) == "print" } {
     726    } elseif { $info(-type) == "print" } {
    727727        set tag $this-print-$info(-token)
    728728        set _hardcopy($tag) $bytes
Note: See TracChangeset for help on using the changeset viewer.