aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Tools
diff options
context:
space:
mode:
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)