mailr16428 - /branches/uf_redesign/gui/analyses/auto_model_free.py


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

Header


Content

Posted by edward on May 24, 2012 - 10:24:
Author: bugman
Date: Thu May 24 10:24:00 2012
New Revision: 16428

URL: http://svn.gna.org/viewcvs/relax?rev=16428&view=rev
Log:
The model-free GUI auto-analysis 'About' dialog is now stored as a class 
instance variable.

This allows it to be manipulated remotely, for example by the GUI tests.


Modified:
    branches/uf_redesign/gui/analyses/auto_model_free.py

Modified: branches/uf_redesign/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/analyses/auto_model_free.py?rev=16428&r1=16427&r2=16428&view=diff
==============================================================================
--- branches/uf_redesign/gui/analyses/auto_model_free.py (original)
+++ branches/uf_redesign/gui/analyses/auto_model_free.py Thu May 24 10:24:00 
2012
@@ -218,11 +218,11 @@
         """
 
         # Initialise the dialog.
-        dialog = About_window(self)
+        self.about_dialog = About_window(self)
 
         # Show the dialog.
         if status.show_gui:
-            dialog.Show()
+            self.about_dialog.Show()
 
 
     def activate(self):




Related Messages


Powered by MHonArc, Updated Thu May 24 10:40:02 2012