From b6824cea2e7d16cff119966b040aa61b2d9b1505 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sat, 9 Dec 2006 14:32:35 +0000 Subject: [PATCH] set 'close on any key' for popups --- lib/python/Tools/Notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2