aboutsummaryrefslogtreecommitdiffstats
path: root/classes/tinderclient.bbclass
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-08-19 14:49:11 +0000
committerHolger Freyther <zecke@selfish.org>2007-08-19 14:49:11 +0000
commit8587fcf34ebc149b58447c37c9e8efe6414c0879 (patch)
tree6cb86cfacea90f812cfa1731d0bc99e2df42c2e9 /classes/tinderclient.bbclass
parent24ee47ea5888aa36c0f82818b187dd8940c383b8 (diff)
downloadopenembedded-8587fcf34ebc149b58447c37c9e8efe6414c0879.tar.gz
classes/tinderclient.bbclass: add the missing 'g'
Diffstat (limited to 'classes/tinderclient.bbclass')
-rw-r--r--classes/tinderclient.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/tinderclient.bbclass b/classes/tinderclient.bbclass
index 7a75845e61..bc004efb26 100644
--- a/classes/tinderclient.bbclass
+++ b/classes/tinderclient.bbclass
@@ -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)