diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-30 17:35:27 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-30 17:35:27 +0100 |
| commit | 9a387d949dc2188928fbc19e6cf73da0041dd102 (patch) | |
| tree | a26478a76d7bcd40d4deb29ef7a53e4ef93c79a9 /lib/actions/action.cpp | |
| parent | 699e95c18614b5e6c659a82ae955be6c3920f6e5 (diff) | |
| parent | 4e67809b69b2688c138a47cd0d19337c054c0f6f (diff) | |
| download | enigma2-9a387d949dc2188928fbc19e6cf73da0041dd102.tar.gz enigma2-9a387d949dc2188928fbc19e6cf73da0041dd102.zip | |
Merge branch 'bug_293_indicate_unhandled_key' into experimental
Diffstat (limited to 'lib/actions/action.cpp')
| -rw-r--r-- | lib/actions/action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/actions/action.cpp b/lib/actions/action.cpp index 0eb4cdb1..a2d85ffd 100644 --- a/lib/actions/action.cpp +++ b/lib/actions/action.cpp @@ -208,7 +208,7 @@ void eActionMap::keyPressed(const std::string &device, int key, int flags) } } else { - eDebug("wildcard."); +// eDebug("wildcard."); ePyObject pArgs = PyTuple_New(2); PyTuple_SET_ITEM(pArgs, 0, PyInt_FromLong(key)); PyTuple_SET_ITEM(pArgs, 1, PyInt_FromLong(flags)); |
