dabo Commit
Revision 3629
Date: 2007-11-06 14:02:58 -0800 (Tue, 06 Nov 2007)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/3629
Changed:
U trunk/dabo/ui/dialogs/PreferenceDialog.py
Log:
Fixed the typo that was including the Framework pages by default.
Diff:
Modified: trunk/dabo/ui/dialogs/PreferenceDialog.py
===================================================================
--- trunk/dabo/ui/dialogs/PreferenceDialog.py 2007-11-06 22:02:19 UTC (rev
3628)
+++ trunk/dabo/ui/dialogs/PreferenceDialog.py 2007-11-06 22:02:58 UTC (rev
3629)
@@ -44,9 +44,10 @@
self.pglCategory = dabo.ui.dPageList(self, TabPosition="Left",
ListSpacing=20)
self.addPages()
- incl = self.pglCategory.PageCount == 0
+ incl = (self.pglCategory.PageCount == 0)
if incl or self.IncludeDefaultPages:
self._addDefaultPages()
+ incl = (self.pglCategory.PageCount == 0)
if incl or self.IncludeFrameworkPages:
self._addFrameworkPages()
self.Sizer.append1x(self.pglCategory)
_______________________________________________
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/dabo-dev/[EMAIL PROTECTED]