dabo Commit
Revision 4145
Date: 2008-06-17 15:04:57 -0700 (Tue, 17 Jun 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4145

Changed:
U   trunk/ide/ClassDesigner.py

Log:
Fixed a typo that prevented more than one custom property from every being 
saved.


Diff:
Modified: trunk/ide/ClassDesigner.py
===================================================================
--- trunk/ide/ClassDesigner.py  2008-06-17 14:01:33 UTC (rev 4144)
+++ trunk/ide/ClassDesigner.py  2008-06-17 22:04:57 UTC (rev 4145)
@@ -2051,7 +2051,7 @@
                                if adding:
                                        prop = data["propName"]
                                try:
-                                       self._classPropDict["obj"]
+                                       self._classPropDict[obj]
                                except KeyError:
                                        self._classPropDict[obj] = {}
                                # Make sure that there are no single quotes in 
the comment




_______________________________________________
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