dabo Commit
Revision 5089
Date: 2009-02-27 11:47:04 -0800 (Fri, 27 Feb 2009)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5089

Changed:
U   trunk/dabo/ui/uiwx/dPemMixin.py

Log:
Guess I need to remove any 'CxnFile' props from any saved files that are not 
being re-edited, too.



Diff:
Modified: trunk/dabo/ui/uiwx/dPemMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dPemMixin.py     2009-02-27 03:54:36 UTC (rev 5088)
+++ trunk/dabo/ui/uiwx/dPemMixin.py     2009-02-27 19:47:04 UTC (rev 5089)
@@ -154,6 +154,8 @@
                self._extractKey((properties, self._properties), 
"designerClass")
                # This attribute is used when saving code with a design file
                self._extractKey((properties, self._properties), "code-ID")
+               # Remove the CxnFile property that is no longer used
+               self._extractKey((properties, self._properties), "CxnFile")
                
                # The user's subclass code has had a chance to tweak the init 
properties.
                # Insert any of those into the arguments to send to the wx 
constructor:



_______________________________________________
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