[oe-commits] org.oe.dev classes/tinderclient.bbclass: add the missing 'g'

freyther commit openembedded-commits at lists.openembedded.org
Sun Aug 19 17:50:47 UTC 2007


classes/tinderclient.bbclass: add the missing 'g'

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 7003f77db62eaca322374d2eed9a7a32815a3d65
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7003f77db62eaca322374d2eed9a7a32815a3d65
Files:
1
classes/tinderclient.bbclass
Diffs:

#
# mt diff -r0745f7678b33d4bd92c78d24be0157dd177891a9 -r7003f77db62eaca322374d2eed9a7a32815a3d65
#
# 
# 
# patch "classes/tinderclient.bbclass"
#  from [de5e8c071062f069f1c892df5ac0cb5aa73e845a]
#    to [dfb5637c7f39403fb14f5bcb72775bc48bab0393]
# 
============================================================
--- classes/tinderclient.bbclass	de5e8c071062f069f1c892df5ac0cb5aa73e845a
+++ classes/tinderclient.bbclass	dfb5637c7f39403fb14f5bcb72775bc48bab0393
@@ -373,7 +373,7 @@ python tinderclient_eventhandler() {
     from bb import note, error, data
     from bb.event import NotHandled, getName
 
-    if e.data is None or etName(e) == "MsgNote":
+    if e.data is None or getName(e) == "MsgNote":
         return NotHandled
 
     do_tinder_report = data.getVar('TINDER_REPORT', e.data, True)






More information about the Openembedded-commits mailing list