diff options
author | Holger Freyther <zecke@selfish.org> | 2007-08-19 14:49:11 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-08-19 14:49:11 +0000 |
commit | 8587fcf34ebc149b58447c37c9e8efe6414c0879 (patch) | |
tree | 6cb86cfacea90f812cfa1731d0bc99e2df42c2e9 /classes/tinderclient.bbclass | |
parent | 24ee47ea5888aa36c0f82818b187dd8940c383b8 (diff) |
classes/tinderclient.bbclass: add the missing 'g'
Diffstat (limited to 'classes/tinderclient.bbclass')
-rw-r--r-- | classes/tinderclient.bbclass | 2 |
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) |