dabo Commit
Revision 7011
Date: 2011-12-08 09:12:44 -0800 (Thu, 08 Dec 2011)
Author: Ed
Trac: http://trac.dabodev.com/changeset/7011

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

Log:
Noticed this mistake while looking at Paul's recent commit. Fixed the order of 
the arguments.

Diff:
Modified: trunk/dabo/ui/uiwx/dForm.py
===================================================================
--- trunk/dabo/ui/uiwx/dForm.py 2011-12-08 16:59:03 UTC (rev 7010)
+++ trunk/dabo/ui/uiwx/dForm.py 2011-12-08 17:12:44 UTC (rev 7011)
@@ -303,7 +303,7 @@
                                self._afterRowNavigation()
                                self.raiseEvent(dEvents.RowNavigation, biz=biz)
                                if delay:
-                                       
dabo.ui.callAfterInterval(self._afterPointerMoveUpdate, delay, biz)
+                                       dabo.ui.callAfterInterval(delay, 
self._afterPointerMoveUpdate, biz)
                                else:
                                        self._afterPointerMoveUpdate(biz)
                return True



_______________________________________________
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