commit-gnue
[Top][All Lists]
Advanced

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

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


From: reinhard
Subject: [gnue] r8949 - trunk/gnue-forms/src/uidrivers/wx26
Date: Sun, 29 Oct 2006 09:59:45 -0600 (CST)

Author: reinhard
Date: 2006-10-29 09:59:42 -0600 (Sun, 29 Oct 2006)
New Revision: 8949

Modified:
   trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py
Log:
Added a comment for form closing segfault issue.

issue131 chatting


Modified: trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py     2006-10-29 15:53:31 UTC 
(rev 8948)
+++ trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py     2006-10-29 15:59:42 UTC 
(rev 8949)
@@ -228,6 +228,8 @@
     # loop automatically. However, this does not work in cases where a dialog
     # box is shown while closing (asking whether to save changes or not), so we
     # end the main loop manually.
+    # FIXME (issue131): This happens to also fix the segfault when closing a
+    # form while not on the first tab.
     wx.GetApp().ExitMainLoop()
 
     assert gLeave(6)





reply via email to

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