mailr10997 - /branches/bieri_gui/gui_bieri/controller.py


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

Header


Content

Posted by michael . bieri on March 14, 2010 - 23:45:
Author: michaelbieri
Date: Sun Mar 14 23:45:25 2010
New Revision: 10997

URL: http://svn.gna.org/viewcvs/relax?rev=10997&view=rev
Log:
The status information of the singleton is integrated in the relaxGUI 
controller.

Modified:
    branches/bieri_gui/gui_bieri/controller.py

Modified: branches/bieri_gui/gui_bieri/controller.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/controller.py?rev=10997&r1=10996&r2=10997&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/controller.py (original)
+++ branches/bieri_gui/gui_bieri/controller.py Sun Mar 14 23:45:25 2010
@@ -31,6 +31,9 @@
 import time
 import thread
 import wx
+
+# relax module imports.
+from status import Status
 
 # relaxGUI module imports.
 from gui_bieri.execution.calc_noe import make_noe
@@ -68,6 +71,9 @@
         # Button actions
         self.Bind(wx.EVT_BUTTON, self.cancel_calculation, self.cancel_button)
         self.Bind(wx.EVT_BUTTON, self.handler_close, self.close_button)
+
+        # Integrate Singleton object.
+        status = Status()
 
         # Start Calculation in Thread
         #if WHICH_CALC == 'Rx':




Related Messages


Powered by MHonArc, Updated Mon Mar 15 00:00:02 2010