mailr16642 - /branches/uf_redesign/generic_fns/pipes.py


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

Header


Content

Posted by edward on June 04, 2012 - 18:14:
Author: bugman
Date: Mon Jun  4 18:14:35 2012
New Revision: 16642

URL: http://svn.gna.org/viewcvs/relax?rev=16642&view=rev
Log:
The pipe.bundle user function back end now notifies all the pipe_alteration 
observers of the change.

This is required for proper GUI interaction.


Modified:
    branches/uf_redesign/generic_fns/pipes.py

Modified: branches/uf_redesign/generic_fns/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/generic_fns/pipes.py?rev=16642&r1=16641&r2=16642&view=diff
==============================================================================
--- branches/uf_redesign/generic_fns/pipes.py (original)
+++ branches/uf_redesign/generic_fns/pipes.py Mon Jun  4 18:14:35 2012
@@ -75,6 +75,9 @@
 
     # Add the pipe to the bundle.
     ds.pipe_bundles[bundle].append(pipe)
+
+    # Notify observers that something has occurred.
+    status.observers.pipe_alteration.notify()
 
 
 def bundle_names():




Related Messages


Powered by MHonArc, Updated Mon Jun 04 18:40:01 2012