aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Makefile.am
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-12-30 17:11:58 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-12-30 17:11:58 +0100
commit148af18dacd5f36aa785277d11126d03118e9437 (patch)
treea5cb169273e5d287e1b0f599aaf901e8b070b1be /lib/python/Screens/Makefile.am
parenta913fcf03e60167b0cb05a47bbfb98d623337682 (diff)
downloadenigma2-148af18dacd5f36aa785277d11126d03118e9437.tar.gz
enigma2-148af18dacd5f36aa785277d11126d03118e9437.zip
show a short symbol when a unhandled key is pressed
this fixes bug #293
Diffstat (limited to 'lib/python/Screens/Makefile.am')
-rwxr-xr-xlib/python/Screens/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am
index 585983c2..5457bf64 100755
--- a/lib/python/Screens/Makefile.am
+++ b/lib/python/Screens/Makefile.am
@@ -14,5 +14,5 @@ install_PYTHON = \
SubtitleDisplay.py SubservicesQuickzap.py ParentalControlSetup.py NumericalTextInputHelpDialog.py \
SleepTimerEdit.py Ipkg.py RdsDisplay.py Globals.py DefaultWizard.py \
SessionGlobals.py LocationBox.py WizardLanguage.py TaskView.py Rc.py VirtualKeyBoard.py \
- TextBox.py FactoryReset.py RecordPaths.py
+ TextBox.py FactoryReset.py RecordPaths.py UnhandledKey.py