From f2a5b7a75df5d14fb7465c1e2e24dac698e04381 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 23 Jan 2012 20:49:45 +0100 Subject: [PATCH] script.xbmc.lcd: add patch to be more quiet Signed-off-by: Stephan Raue --- .../script.xbmc.lcd-dc08f6e-be_quiet.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/mediacenter/script.xbmc.lcd/patches/script.xbmc.lcd-dc08f6e-be_quiet.patch diff --git a/packages/mediacenter/script.xbmc.lcd/patches/script.xbmc.lcd-dc08f6e-be_quiet.patch b/packages/mediacenter/script.xbmc.lcd/patches/script.xbmc.lcd-dc08f6e-be_quiet.patch new file mode 100644 index 0000000000..6156c48307 --- /dev/null +++ b/packages/mediacenter/script.xbmc.lcd/patches/script.xbmc.lcd-dc08f6e-be_quiet.patch @@ -0,0 +1,16 @@ +diff -Naur script.xbmc.lcd-dc08f6e/script.xbmc.lcd/lcdmain.py script.xbmc.lcd-dc08f6e.patch/script.xbmc.lcd/lcdmain.py +--- script.xbmc.lcd-dc08f6e/script.xbmc.lcd/lcdmain.py 2012-01-22 19:49:39.000000000 +0100 ++++ script.xbmc.lcd-dc08f6e.patch/script.xbmc.lcd/lcdmain.py 2012-01-23 10:58:54.317705282 +0100 +@@ -133,10 +133,10 @@ + count -= 1 + if not g_failedConnectionNotified: + g_failedConnectionNotified = True +- text = __settings__.getLocalizedString(500) ++# text = __settings__.getLocalizedString(500) + xbmc.executebuiltin("XBMC.Notification(%s,%s,%s,%s)" % (__scriptname__,text,10,__icon__)) + else: +- text = __settings__.getLocalizedString(501) ++# text = __settings__.getLocalizedString(501) + if not g_failedConnectionNotified: + xbmc.executebuiltin("XBMC.Notification(%s,%s,%s,%s)" % (__scriptname__,text,10,__icon__)) + g_failedConnectionNotified = True