mailr14265 - /branches/gui_testing/gui/relax_gui.py


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

Header


Content

Posted by edward on August 08, 2011 - 17:26:
Author: bugman
Date: Mon Aug  8 17:26:01 2011
New Revision: 14265

URL: http://svn.gna.org/viewcvs/relax?rev=14265&view=rev
Log:
Fix for the call to self.pipe_editor.IsShown() - the spin_viewer window 
variable was used instead.


Modified:
    branches/gui_testing/gui/relax_gui.py

Modified: branches/gui_testing/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/relax_gui.py?rev=14265&r1=14264&r2=14265&view=diff
==============================================================================
--- branches/gui_testing/gui/relax_gui.py (original)
+++ branches/gui_testing/gui/relax_gui.py Mon Aug  8 17:26:01 2011
@@ -414,7 +414,7 @@
             self.pipe_editor = Pipe_editor(gui=self)
 
         # Open the window.
-        if status.show_gui and not self.spin_viewer.IsShown():
+        if status.show_gui and not self.pipe_editor.IsShown():
             self.pipe_editor.Show()
 
 




Related Messages


Powered by MHonArc, Updated Mon Aug 08 17:40:02 2011