dabo Commit
Revision 1525
Date: 2005-11-08 09:27:32 -0800 (Tue, 08 Nov 2005)
Author: paul

Changed:
U   trunk/dabo/lib/datanav/Page.py

Log:
A couple days ago, I started looking at providing hooks into the creation
of the select page. I got interrupted by more pressing matters, but did
make some super-trivial changes. Behold.



Diff:
Modified: trunk/dabo/lib/datanav/Page.py
===================================================================
--- trunk/dabo/lib/datanav/Page.py      2005-11-08 01:47:29 UTC (rev 1524)
+++ trunk/dabo/lib/datanav/Page.py      2005-11-08 17:27:32 UTC (rev 1525)
@@ -105,8 +105,6 @@
        """
        def initProperties(self):
                self.Name = "selectOptionsPanel"
-               # selectOptions is a list of dictionaries
-               self.selectOptions = []
                
 
 class SortLabel(dabo.ui.dLabel):
@@ -187,7 +185,6 @@
                self.selectOptionsPanel = self._getSelectOptionsPanel()
                self.GetSizer().append(self.selectOptionsPanel, "expand", 1, 
border=20)
                self.selectOptionsPanel.setFocus()
-               #SelectPage.doDefault()
                super(SelectPage, self).createItems()
                if self.Form.RequeryOnLoad:
                        dabo.ui.callAfter(self.requery)




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to