mailr13799 - /branches/gui_testing/status.py


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

Header


Content

Posted by edward on July 21, 2011 - 11:38:
Author: bugman
Date: Thu Jul 21 11:38:50 2011
New Revision: 13799

URL: http://svn.gna.org/viewcvs/relax?rev=13799&view=rev
Log:
Created an observer object for changes to the GUI analysis tabs.


Modified:
    branches/gui_testing/status.py

Modified: branches/gui_testing/status.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/status.py?rev=13799&r1=13798&r2=13799&view=diff
==============================================================================
--- branches/gui_testing/status.py (original)
+++ branches/gui_testing/status.py Thu Jul 21 11:38:50 2011
@@ -101,6 +101,9 @@
         # The observer object for GUI user function completion.
         self.observers.uf_gui = Observer()
 
+        # The observer object for changes to the GUI analysis tabs.
+        self.observers.gui_analysis = Observer()
+
         # The observer object for relax resets
         self.observers.reset = Observer()
 




Related Messages


Powered by MHonArc, Updated Thu Jul 21 12:00:02 2011