git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ee47e
)
classes/tinderclient.bbclass: add the missing 'g'
author
Holger Freyther
<zecke@selfish.org>
Sun, 19 Aug 2007 14:49:11 +0000
(14:49 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Sun, 19 Aug 2007 14:49:11 +0000
(14:49 +0000)
classes/tinderclient.bbclass
patch
|
blob
|
history
diff --git
a/classes/tinderclient.bbclass
b/classes/tinderclient.bbclass
index
7a75845
..
bc004ef
100644
(file)
--- 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
g
etName(e) == "MsgNote":
return NotHandled
do_tinder_report = data.getVar('TINDER_REPORT', e.data, True)