dabo Commit
Revision 7164
Date: 2012-04-30 09:00:56 -0700 (Mon, 30 Apr 2012)
Author: Ed
Trac: http://trac.dabodev.com/changeset/7164
Changed:
U trunk/dabo/ui/uiwx/dFormMixin.py
Log:
Fixed a vim typo
Diff:
Modified: trunk/dabo/ui/uiwx/dFormMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dFormMixin.py 2012-04-30 16:00:10 UTC (rev 7163)
+++ trunk/dabo/ui/uiwx/dFormMixin.py 2012-04-30 16:00:56 UTC (rev 7164)
@@ -185,7 +185,7 @@
how to restore a maximized frame in this case, but at least we
can catch
the case where the window isn't maximized already.
"""
- if i(self.MDI and sys.platform.startswith("darwin") and not
maximize
+ if (self.MDI and sys.platform.startswith("darwin") and not
maximize
and not self.IsMaximized()):
return
super(dFormMixin, self).Maximize(maximize, *args, **kwargs)
_______________________________________________
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]