dabo Commit
Revision 4251
Date: 2008-07-08 13:01:21 -0700 (Tue, 08 Jul 2008)
Author: Nate
Trac: http://svn.dabodev.com/trac/dabo/changeset/4251

Changed:
U   trunk/dabo/ui/uiwx/dEditor.py

Log:
Fixed typos.

Diff:
Modified: trunk/dabo/ui/uiwx/dEditor.py
===================================================================
--- trunk/dabo/ui/uiwx/dEditor.py       2008-07-08 19:43:03 UTC (rev 4250)
+++ trunk/dabo/ui/uiwx/dEditor.py       2008-07-08 20:01:21 UTC (rev 4251)
@@ -1934,7 +1934,7 @@
                return self._eolMode
 
        def _setEOLMode(self, val):
-               if _constructer():
+               if self._constructed():
                        if val.lower() == "crlf":
                                self.SetEOLMode(stc.STC_EOL_CRLF)
                                self.ConvertEOLs(stc.STC_EOL_CRLF)




_______________________________________________
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]

Reply via email to