mailr13801 - /branches/gui_testing/gui/pipe_editor.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:43:
Author: bugman
Date: Thu Jul 21 11:43:19 2011
New Revision: 13801

URL: http://svn.gna.org/viewcvs/relax?rev=13801&view=rev
Log:
The data pipe editor is now registered with the gui_analysis observer.


Modified:
    branches/gui_testing/gui/pipe_editor.py

Modified: branches/gui_testing/gui/pipe_editor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/pipe_editor.py?rev=13801&r1=13800&r2=13801&view=diff
==============================================================================
--- branches/gui_testing/gui/pipe_editor.py (original)
+++ branches/gui_testing/gui/pipe_editor.py Thu Jul 21 11:43:19 2011
@@ -95,8 +95,9 @@
         # Update the grid.
         self.update_grid()
 
-        # Register the grid for updating when a user function completes.
+        # Register the grid for updating when a user function completes or 
when the GUI analysis tabs change.
         status.observers.pipe_alteration.register('pipe editor', 
self.update_grid)
+        status.observers.gui_analysis.register('pipe editor', 
self.update_grid)
 
 
     def menu(self, event):




Related Messages


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