mailr14255 - /branches/gui_testing/data/__init__.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 - 14:01:
Author: bugman
Date: Mon Aug  8 14:01:38 2011
New Revision: 14255

URL: http://svn.gna.org/viewcvs/relax?rev=14255&view=rev
Log:
The relax data store from_xml() file no longer notifies the observers of pipe 
alterations.

When the pipe_to argument is supplied, this method does not alter the data 
pipes but simply fills
the  pre-existing one.  This is called by generic_fns.state.load() and 
generic_fns.results.read(),
both of which can handle the necessary observer notifications.


Modified:
    branches/gui_testing/data/__init__.py

Modified: branches/gui_testing/data/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/data/__init__.py?rev=14255&r1=14254&r2=14255&view=diff
==============================================================================
--- branches/gui_testing/data/__init__.py (original)
+++ branches/gui_testing/data/__init__.py Mon Aug  8 14:01:38 2011
@@ -326,9 +326,6 @@
             if self.current_pipe in self.keys():
                 __builtin__.cdp = self[self.current_pipe]
 
-        # Notify observers that a pipe change has occurred.
-        status.observers.pipe_alteration.notify()
-
 
     def to_xml(self, file, pipes=None):
         """Create a XML document representation of the current data pipe.




Related Messages


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