Author: reinhard
Date: 2006-08-08 16:32:32 -0500 (Tue, 08 Aug 2006)
New Revision: 8554
Modified:
trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py
Log:
wx26: No need to explicitly exit the main loop, this is done implicitly when
the last window is destroyed.
Modified: trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py 2006-08-08 20:11:47 UTC
(rev 8553)
+++ trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py 2006-08-08 21:32:32 UTC
(rev 8554)
@@ -174,8 +174,6 @@
for child in self._children:
child.main_window.Close (True)
- wx.GetApp ().ExitMainLoop ()
-
assert gLeave (6)
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue