dabo Commit
Revision 6232
Date: 2010-12-01 05:18:34 -0800 (Wed, 01 Dec 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6232
Changed:
U trunk/dabo/ui/uiwx/dGrid.py
Log:
Fixed the old getEncoding() reference that snuck in on a previous commit.
Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2010-12-01 00:34:28 UTC (rev 6231)
+++ trunk/dabo/ui/uiwx/dGrid.py 2010-12-01 13:18:34 UTC (rev 6232)
@@ -4269,7 +4269,7 @@
try:
ret = self.getBizobj().Encoding
except AttributeError:
- ret = dabo.defaultEncoding
+ ret = dabo.getEncoding()
return ret
_______________________________________________
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]