mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
script.xbmc.lcd: fix patch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
410bf3e76f
commit
0b32ccc16f
@ -1,16 +1,17 @@
|
||||
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
|
||||
+++ script.xbmc.lcd-dc08f6e.patch/script.xbmc.lcd/lcdmain.py 2012-01-28 19:34:23.222961732 +0100
|
||||
@@ -134,11 +134,11 @@
|
||||
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__))
|
||||
text = __settings__.getLocalizedString(500)
|
||||
- xbmc.executebuiltin("XBMC.Notification(%s,%s,%s,%s)" % (__scriptname__,text,10,__icon__))
|
||||
+# xbmc.executebuiltin("XBMC.Notification(%s,%s,%s,%s)" % (__scriptname__,text,10,__icon__))
|
||||
else:
|
||||
- text = __settings__.getLocalizedString(501)
|
||||
+# text = __settings__.getLocalizedString(501)
|
||||
text = __settings__.getLocalizedString(501)
|
||||
if not g_failedConnectionNotified:
|
||||
xbmc.executebuiltin("XBMC.Notification(%s,%s,%s,%s)" % (__scriptname__,text,10,__icon__))
|
||||
- xbmc.executebuiltin("XBMC.Notification(%s,%s,%s,%s)" % (__scriptname__,text,10,__icon__))
|
||||
+# xbmc.executebuiltin("XBMC.Notification(%s,%s,%s,%s)" % (__scriptname__,text,10,__icon__))
|
||||
g_failedConnectionNotified = True
|
||||
print "lcd: connected to LCD"
|
||||
break
|
||||
|
Loading…
x
Reference in New Issue
Block a user