commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8554 - trunk/gnue-forms/src/uidrivers/wx26


From: reinhard
Subject: [gnue] r8554 - trunk/gnue-forms/src/uidrivers/wx26
Date: Tue, 8 Aug 2006 16:32:32 -0500 (CDT)

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)
 
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]