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)



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to