mailr13605 - /branches/gui_testing/gui/spin_viewer/frame.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on July 13, 2011 - 20:02:
Author: bugman
Date: Wed Jul 13 20:02:33 2011
New Revision: 13605

URL: http://svn.gna.org/viewcvs/relax?rev=13605&view=rev
Log:
The pipe name changes in the spin viewer now use gui_to_str to convert to a 
string.


Modified:
    branches/gui_testing/gui/spin_viewer/frame.py

Modified: branches/gui_testing/gui/spin_viewer/frame.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/spin_viewer/frame.py?rev=13605&r1=13604&r2=13605&view=diff
==============================================================================
--- branches/gui_testing/gui/spin_viewer/frame.py (original)
+++ branches/gui_testing/gui/spin_viewer/frame.py Wed Jul 13 20:02:33 2011
@@ -33,6 +33,7 @@
 
 # GUI module imports.
 from gui import paths
+from gui.misc import gui_to_str
 from gui.spin_viewer.splitter import Tree_splitter
 
 
@@ -237,7 +238,7 @@
         # The selected pipe.
         if event:
             # The name of the selected pipe.
-            pipe = str(event.GetString())
+            pipe = gui_to_str(event.GetString())
 
             # A pipe change.
             if pipe != cdp_name():




Related Messages


Powered by MHonArc, Updated Wed Jul 13 20:20:06 2011