mailr16661 - /branches/uf_redesign/user_functions/pipe.py


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

Header


Content

Posted by edward on June 05, 2012 - 10:54:
Author: bugman
Date: Tue Jun  5 10:54:19 2012
New Revision: 16661

URL: http://svn.gna.org/viewcvs/relax?rev=16661&view=rev
Log:
The pipe.delete user function now operates synchronously in the GUI to avoid 
the GUI blowing up!


Modified:
    branches/uf_redesign/user_functions/pipe.py

Modified: branches/uf_redesign/user_functions/pipe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/pipe.py?rev=16661&r1=16660&r2=16661&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/pipe.py (original)
+++ branches/uf_redesign/user_functions/pipe.py Tue Jun  5 10:54:19 2012
@@ -216,6 +216,7 @@
 uf.menu_text = "&delete"
 uf.gui_icon = "oxygen.actions.list-remove"
 uf.wizard_image = WIZARD_IMAGE_PATH + 'pipe.png'
+uf.gui_sync = True    # Force synchronous operation to avoid the GUI from 
blowing up.
 
 
 # The pipe.display user function.




Related Messages


Powered by MHonArc, Updated Tue Jun 05 11:20:02 2012