mailr11781 - /branches/bieri_gui/gui_bieri/user_functions/pipes.py


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

Header


Content

Posted by edward on December 13, 2010 - 16:48:
Author: bugman
Date: Mon Dec 13 16:48:30 2010
New Revision: 11781

URL: http://svn.gna.org/viewcvs/relax?rev=11781&view=rev
Log:
The pipe.delete window is now destroyed, so that the GUI can exit.


Modified:
    branches/bieri_gui/gui_bieri/user_functions/pipes.py

Modified: branches/bieri_gui/gui_bieri/user_functions/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/user_functions/pipes.py?rev=11781&r1=11780&r2=11781&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/user_functions/pipes.py (original)
+++ branches/bieri_gui/gui_bieri/user_functions/pipes.py Mon Dec 13 16:48:30 
2010
@@ -70,6 +70,7 @@
         """Close all windows."""
 
         self._create_window.Destroy()
+        self._delete_window.Destroy()
 
 
 class Add_window(UF_window):




Related Messages


Powered by MHonArc, Updated Mon Dec 13 17:00:02 2010