dabo Commit
Revision 6711
Date: 2011-07-10 09:42:58 -0700 (Sun, 10 Jul 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6711

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

Log:
Use the super buil-in function in place of autosuper mixin.

Diff:
Modified: trunk/dabo/ui/uiwx/dBaseMenuBar.py
===================================================================
--- trunk/dabo/ui/uiwx/dBaseMenuBar.py  2011-07-10 16:39:01 UTC (rev 6710)
+++ trunk/dabo/ui/uiwx/dBaseMenuBar.py  2011-07-10 16:42:58 UTC (rev 6711)
@@ -23,7 +23,7 @@
        def __init__(self, *args, **kwargs):
                if "MRU" not in kwargs:
                        kwargs["MRU"] = True
-               self.super(*args, **kwargs)
+               super(FileMenu, self).__init__(*args, **kwargs)
 
 
        def _afterInit(self):



_______________________________________________
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