dabo Commit
Revision 6021
Date: 2010-09-21 05:03:41 -0700 (Tue, 21 Sep 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6021
Changed:
U trunk/dabo/ui/uiwx/dListControl.py
Log:
Removed unnecessary parameters from two property getter calls.
Diff:
Modified: trunk/dabo/ui/uiwx/dListControl.py
===================================================================
--- trunk/dabo/ui/uiwx/dListControl.py 2010-09-12 21:50:01 UTC (rev 6020)
+++ trunk/dabo/ui/uiwx/dListControl.py 2010-09-21 12:03:41 UTC (rev 6021)
@@ -557,7 +557,7 @@
return self._hitIndex
- def _getHorizontalRules(self, val):
+ def _getHorizontalRules(self):
return self._hasWindowStyleFlag(wx.LC_HRULES)
@@ -673,7 +673,7 @@
self._valCol = val
- def _getVerticalRules(self, val):
+ def _getVerticalRules(self):
return self._hasWindowStyleFlag(wx.LC_VRULES)
def _setVerticalRules(self, val):
_______________________________________________
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]