dabo Commit
Revision 4616
Date: 2008-10-26 17:21:28 -0700 (Sun, 26 Oct 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4616

Changed:
U   trunk/ide/ClassDesignerFormMixin.py

Log:
Commenting out the release of the dialog when 'Save as Class' is chosen fixes 
the segfault in Trac Issue #1171. Not sure why the dialog is causing a 
segfault; will look into that next.


Diff:
Modified: trunk/ide/ClassDesignerFormMixin.py
===================================================================
--- trunk/ide/ClassDesignerFormMixin.py 2008-10-26 23:58:02 UTC (rev 4615)
+++ trunk/ide/ClassDesignerFormMixin.py 2008-10-27 00:21:28 UTC (rev 4616)
@@ -559,7 +559,7 @@
                dlg.show()
                if dlg.Accepted:
                        savType = dlg.saveType
-               dlg.release()
+               #dlg.release()
                if savType is None:
                        return
                if savType == 0:




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to