aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Tools
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-12-09 14:32:35 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-12-09 14:32:35 +0000
commitb6824cea2e7d16cff119966b040aa61b2d9b1505 (patch)
tree16b4aff10525c84699e47e8e485b1022df88b9ed /lib/python/Tools
parentd74be53af36f7005a29385015fd3d0a4f21014b5 (diff)
downloadenigma2-b6824cea2e7d16cff119966b040aa61b2d9b1505.tar.gz
enigma2-b6824cea2e7d16cff119966b040aa61b2d9b1505.zip
set 'close on any key' for popups
Diffstat (limited to 'lib/python/Tools')
-rw-r--r--lib/python/Tools/Notifications.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Tools/Notifications.py b/lib/python/Tools/Notifications.py
index 85452e11..26c2a607 100644
--- a/lib/python/Tools/Notifications.py
+++ b/lib/python/Tools/Notifications.py
@@ -42,4 +42,4 @@ def AddPopup(text, type, timeout, id = None):
RemovePopup(id)
from Screens.MessageBox import MessageBox
print "AddPopup, id =", id
- AddNotificationWithID(id, MessageBox, text = text, type = type, timeout = timeout)
+ AddNotificationWithID(id, MessageBox, text = text, type = type, timeout = timeout, close_on_any_key = True)