dabo Commit
Revision 2220
Date: 2006-06-16 18:04:57 -0700 (Fri, 16 Jun 2006)
Author: ed
Changed:
U trunk/dabo/ui/uiwx/dGridSizer.py
Log:
Whoops; committed the wrong copy. This one actually works!
Diff:
Modified: trunk/dabo/ui/uiwx/dGridSizer.py
===================================================================
--- trunk/dabo/ui/uiwx/dGridSizer.py 2006-06-17 01:02:54 UTC (rev 2219)
+++ trunk/dabo/ui/uiwx/dGridSizer.py 2006-06-17 01:04:57 UTC (rev 2220)
@@ -592,6 +592,7 @@
ret = max(cols)
else:
ret = -1
+ return ret
def _getHighRow(self):
@@ -602,6 +603,7 @@
ret = max(rows)
else:
ret = -1
+ return ret
def _getMaxRows(self):
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev