mailr14773 - /1.3/gui/results_viewer.py


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

Header


Content

Posted by edward on October 04, 2011 - 15:04:
Author: bugman
Date: Tue Oct  4 15:04:32 2011
New Revision: 14773

URL: http://svn.gna.org/viewcvs/relax?rev=14773&view=rev
Log:
Mac OS X bug fix for changing pipes in the results viewer window.

This matches the change of r14771 for the spin viewer window.


Modified:
    1.3/gui/results_viewer.py

Modified: 1.3/gui/results_viewer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/results_viewer.py?rev=14773&r1=14772&r2=14773&view=diff
==============================================================================
--- 1.3/gui/results_viewer.py (original)
+++ 1.3/gui/results_viewer.py Tue Oct  4 15:04:32 2011
@@ -337,7 +337,7 @@
         """
 
         # The name of the selected pipe.
-        pipe = gui_to_str(event.GetString())
+        pipe = gui_to_str(self.pipe_name.GetString(event.GetSelection()))
 
         # No pipe change.
         if pipe == cdp_name():




Related Messages


Powered by MHonArc, Updated Tue Oct 04 15:40:02 2011