aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/action.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-12-30 17:35:27 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-12-30 17:35:27 +0100
commit9a387d949dc2188928fbc19e6cf73da0041dd102 (patch)
treea26478a76d7bcd40d4deb29ef7a53e4ef93c79a9 /lib/actions/action.cpp
parent699e95c18614b5e6c659a82ae955be6c3920f6e5 (diff)
parent4e67809b69b2688c138a47cd0d19337c054c0f6f (diff)
downloadenigma2-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.cpp2
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));