dabo Commit
Revision 6056
Date: 2010-10-02 19:15:23 -0700 (Sat, 02 Oct 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6056
Changed:
U trunk/dabo/lib/eventMixin.py
Log:
Fixed another typo in my recent commit.
Diff:
Modified: trunk/dabo/lib/eventMixin.py
===================================================================
--- trunk/dabo/lib/eventMixin.py 2010-10-02 18:40:06 UTC (rev 6055)
+++ trunk/dabo/lib/eventMixin.py 2010-10-03 02:15:23 UTC (rev 6056)
@@ -69,7 +69,7 @@
self.__raisedEvents.append(eventSig)
eventData = None
- if eventData in kwargs:
+ if "eventData" in kwargs:
eventData = kwargs["eventData"]
del kwargs["eventData"]
evtObject = 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]