dabo Commit
Revision 5052
Date: 2009-02-09 15:24:12 -0800 (Mon, 09 Feb 2009)
Author: Pedro.Gato
Trac: http://trac.dabodev.com/changeset/5052
Changed:
U trunk/dabo/lib/datanav/Form.py
Log:
Fix a bug in setting PageFrameStyle
Diff:
Modified: trunk/dabo/lib/datanav/Form.py
===================================================================
--- trunk/dabo/lib/datanav/Form.py 2009-02-09 19:30:02 UTC (rev 5051)
+++ trunk/dabo/lib/datanav/Form.py 2009-02-09 23:24:12 UTC (rev 5052)
@@ -960,7 +960,7 @@
def _setPageFrameStyle(self, val):
assert val.lower() in ("tabs", "list", "select")
- self._setPageFrameStyle = val
+ self._pageFrameStyle = val
def _getPageTabPosition(self):
_______________________________________________
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]