aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Sommerfeld <kai.sommerfeld@gmx.com>2022-11-06 14:39:20 +0100
committerKai Sommerfeld <kai.sommerfeld@gmx.com>2022-11-06 14:40:26 +0100
commitabd38bdf01778c9fed122b61b308c75d9c331415 (patch)
tree9eb77b85c7f0ead94f165f08df32d5745e87574b
parent1a13a42cff5e271a204be390b78901b2169c15ba (diff)
Revert "[Estuary] Home screen: TV/Radio: On click, open the Guide window, not the Channels window."
This reverts commit 5f9ad7926118fe92d8afad71d4afeeeff67b749b.
-rw-r--r--addons/skin.estuary/xml/Home.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/Home.xml b/addons/skin.estuary/xml/Home.xml
index 0abdb8fbf3..09ccb1a372 100644
--- a/addons/skin.estuary/xml/Home.xml
+++ b/addons/skin.estuary/xml/Home.xml
@@ -961,7 +961,7 @@
<item>
<label>$LOCALIZE[19020]</label>
<property name="menu_id">$NUMBER[12000]</property>
- <onclick>ActivateWindow(TVGuide)</onclick>
+ <onclick>ActivateWindow(TVChannels)</onclick>
<thumb>icons/sidemenu/livetv.png</thumb>
<property name="id">livetv</property>
<visible>!Skin.HasSetting(HomeMenuNoTVButton)</visible>
@@ -969,7 +969,7 @@
<item>
<label>$LOCALIZE[19021]</label>
<property name="menu_id">$NUMBER[13000]</property>
- <onclick>ActivateWindow(RadioGuide)</onclick>
+ <onclick>ActivateWindow(RadioChannels)</onclick>
<thumb>icons/sidemenu/radio.png</thumb>
<property name="id">radio</property>
<visible>!Skin.HasSetting(HomeMenuNoRadioButton)</visible>