diff options
author | ronie <ronie@users.noreply.github.com> | 2016-06-20 19:00:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-20 19:00:35 +0200 |
commit | e8e6c2a8e52632245dca2b9d0c765935c4feeeeb (patch) | |
tree | 0d2abbd7e0ead6a71360a7f664d109dc26bac657 /addons/skin.estouchy | |
parent | bb5c4f4174b234d4d299662800a87d28b3068275 (diff) | |
parent | 2a28cae0e12dec72490db912cdcc8e9e237d7e09 (diff) |
Merge pull request #9886 from ronie/deprecated-windows2
remove deprecated windows
Diffstat (limited to 'addons/skin.estouchy')
-rw-r--r-- | addons/skin.estouchy/xml/Includes.xml | 6 | ||||
-rw-r--r-- | addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml | 24 |
2 files changed, 15 insertions, 15 deletions
diff --git a/addons/skin.estouchy/xml/Includes.xml b/addons/skin.estouchy/xml/Includes.xml index 167709809a..fcbd100290 100644 --- a/addons/skin.estouchy/xml/Includes.xml +++ b/addons/skin.estouchy/xml/Includes.xml @@ -62,7 +62,7 @@ </variable> <variable name="Breadcrumb-Icon"> <value condition="Window.IsVisible(Videos) | Window.IsVisible(VideoPlaylist)">icon_breadcrumb_video.png</value> - <value condition="Window.IsVisible(MusicLibrary) | Window.IsVisible(MusicPlaylist)">icon_breadcrumb_music.png</value> + <value condition="Window.IsVisible(Music) | Window.IsVisible(MusicPlaylist)">icon_breadcrumb_music.png</value> <value condition="Window.IsVisible(Weather)">icon_breadcrumb_weather.png</value> <value condition="Window.IsVisible(Pictures)">icon_breadcrumb_pictures.png</value> <value condition="Window.IsVisible(Programs) | Window.IsVisible(AddonBrowser)">icon_breadcrumb_addons.png</value> @@ -1126,7 +1126,7 @@ <itemgap>0</itemgap> <include condition="Window.IsVisible(AddonBrowser)">AddonsMenu</include> <include condition="Window.IsVisible(EventLog)">EventLogMenu</include> - <include condition="Window.IsVisible(MusicLibrary)">MusicMenu</include> + <include condition="Window.IsVisible(Music)">MusicMenu</include> <include condition="Window.IsVisible(MusicOSD)">MusicOSDMenu</include> <include condition="Window.IsVisible(MusicPlaylist)">MusicPlaylistMenu</include> <include condition="Window.IsVisible(MusicPlaylistEditor)">MusicPlaylistEditorMenu</include> @@ -1134,7 +1134,7 @@ <include condition="Window.IsVisible(Programs)">ProgramsMenu</include> <include condition="Window.IsVisible(TVChannels) | Window.IsVisible(RadioChannels) | Window.IsVisible(TVGuide) | Window.IsVisible(RadioGuide) | Window.IsVisible(TVRecordings) | Window.IsVisible(RadioRecordings) | Window.IsVisible(TVTimers) | Window.IsVisible(RadioTimers) | Window.IsVisible(TVTimerRules) | Window.IsVisible(RadioTimerRules) | Window.IsVisible(TVSearch) | Window.IsVisible(RadioSearch)">PVRMenu</include> <include condition="Window.IsVisible(PicturesSettings) | Window.IsVisible(ProgramsSettings) | Window.IsVisible(WeatherSettings) | Window.IsVisible(MusicSettings) | Window.IsVisible(SystemSettings) | Window.IsVisible(VideosSettings) | Window.IsVisible(ServiceSettings) | Window.IsVisible(AppearanceSettings)">SettingsMenu</include> - <include condition="Window.IsVisible(VideoLibrary)">VideosMenu</include> + <include condition="Window.IsVisible(Videos)">VideosMenu</include> <include condition="Window.IsVisible(VideoOSD)">VideoOSDMenu</include> <include condition="Window.IsVisible(VideoPlaylist)">VideoPlaylistMenu</include> </control> diff --git a/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml b/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml index 1d1baf7e8e..14cdc25773 100644 --- a/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml +++ b/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml @@ -497,7 +497,7 @@ <item id="1"> <label>$INFO[Window.Property(LatestAlbum.1.Title)]</label> <label2>-</label2> - <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.1.Path)])</onclick> + <onclick>ActivateWindow(Music,$INFO[Window.Property(LatestAlbum.1.Path)])</onclick> <icon>$INFO[Window.Property(LatestAlbum.1.Thumb)]</icon> <thumb>-</thumb> <visible>!String.IsEmpty(Window.Property(LatestAlbum.1.Title))</visible> @@ -505,7 +505,7 @@ <item id="2"> <label>$INFO[Window.Property(LatestAlbum.2.Title)]</label> <label2>-</label2> - <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.2.Path)])</onclick> + <onclick>ActivateWindow(Music,$INFO[Window.Property(LatestAlbum.2.Path)])</onclick> <icon>$INFO[Window.Property(LatestAlbum.2.Thumb)]</icon> <thumb>-</thumb> <visible>!String.IsEmpty(Window.Property(LatestAlbum.2.Title))</visible> @@ -513,7 +513,7 @@ <item id="3"> <label>$INFO[Window.Property(LatestAlbum.3.Title)]</label> <label2>-</label2> - <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.3.Path)])</onclick> + <onclick>ActivateWindow(Music,$INFO[Window.Property(LatestAlbum.3.Path)])</onclick> <icon>$INFO[Window.Property(LatestAlbum.3.Thumb)]</icon> <thumb>-</thumb> <visible>!String.IsEmpty(Window.Property(LatestAlbum.3.Title))</visible> @@ -521,7 +521,7 @@ <item id="4"> <label>$INFO[Window.Property(LatestAlbum.4.Title)]</label> <label2>-</label2> - <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.4.Path)])</onclick> + <onclick>ActivateWindow(Music,$INFO[Window.Property(LatestAlbum.4.Path)])</onclick> <icon>$INFO[Window.Property(LatestAlbum.4.Thumb)]</icon> <thumb>-</thumb> <visible>!String.IsEmpty(Window.Property(LatestAlbum.4.Title))</visible> @@ -529,7 +529,7 @@ <item id="5"> <label>$INFO[Window.Property(LatestAlbum.5.Title)]</label> <label2>-</label2> - <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.5.Path)])</onclick> + <onclick>ActivateWindow(Music,$INFO[Window.Property(LatestAlbum.5.Path)])</onclick> <icon>$INFO[Window.Property(LatestAlbum.5.Thumb)]</icon> <thumb>-</thumb> <visible>!String.IsEmpty(Window.Property(LatestAlbum.5.Title))</visible> @@ -537,7 +537,7 @@ <item id="6"> <label>$INFO[Window.Property(LatestAlbum.6.Title)]</label> <label2>-</label2> - <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.6.Path)])</onclick> + <onclick>ActivateWindow(Music,$INFO[Window.Property(LatestAlbum.6.Path)])</onclick> <icon>$INFO[Window.Property(LatestAlbum.6.Thumb)]</icon> <thumb>-</thumb> <visible>!String.IsEmpty(Window.Property(LatestAlbum.6.Title))</visible> @@ -545,7 +545,7 @@ <item id="7"> <label>$INFO[Window.Property(LatestAlbum.7.Title)]</label> <label2>-</label2> - <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.7.Path)])</onclick> + <onclick>ActivateWindow(Music,$INFO[Window.Property(LatestAlbum.7.Path)])</onclick> <icon>$INFO[Window.Property(LatestAlbum.7.Thumb)]</icon> <thumb>-</thumb> <visible>!String.IsEmpty(Window.Property(LatestAlbum.7.Title))</visible> @@ -553,7 +553,7 @@ <item id="8"> <label>$INFO[Window.Property(LatestAlbum.8.Title)]</label> <label2>-</label2> - <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.8.Path)])</onclick> + <onclick>ActivateWindow(Music,$INFO[Window.Property(LatestAlbum.8.Path)])</onclick> <icon>$INFO[Window.Property(LatestAlbum.8.Thumb)]</icon> <thumb>-</thumb> <visible>!String.IsEmpty(Window.Property(LatestAlbum.8.Title))</visible> @@ -561,7 +561,7 @@ <item id="9"> <label>$INFO[Window.Property(LatestAlbum.9.Title)]</label> <label2>-</label2> - <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.9.Path)])</onclick> + <onclick>ActivateWindow(Music,$INFO[Window.Property(LatestAlbum.9.Path)])</onclick> <icon>$INFO[Window.Property(LatestAlbum.9.Thumb)]</icon> <thumb>-</thumb> <visible>!String.IsEmpty(Window.Property(LatestAlbum.9.Title))</visible> @@ -569,7 +569,7 @@ <item id="10"> <label>$INFO[Window.Property(LatestAlbum.10.Title)]</label> <label2>-</label2> - <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.10.Path)])</onclick> + <onclick>ActivateWindow(Music,$INFO[Window.Property(LatestAlbum.10.Path)])</onclick> <icon>$INFO[Window.Property(LatestAlbum.10.Thumb)]</icon> <thumb>-</thumb> <visible>!String.IsEmpty(Window.Property(LatestAlbum.10.Title))</visible> @@ -577,7 +577,7 @@ <item id="11"> <label>$INFO[Window.Property(LatestAlbum.11.Title)]</label> <label2>-</label2> - <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.11.Path)])</onclick> + <onclick>ActivateWindow(Music,$INFO[Window.Property(LatestAlbum.11.Path)])</onclick> <icon>$INFO[Window.Property(LatestAlbum.11.Thumb)]</icon> <thumb>-</thumb> <visible>!String.IsEmpty(Window.Property(LatestAlbum.11.Title))</visible> @@ -585,7 +585,7 @@ <item id="12"> <label>$INFO[Window.Property(LatestAlbum.12.Title)]</label> <label2>-</label2> - <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.12.Path)])</onclick> + <onclick>ActivateWindow(Music,$INFO[Window.Property(LatestAlbum.12.Path)])</onclick> <icon>$INFO[Window.Property(LatestAlbum.12.Thumb)]</icon> <thumb>-</thumb> <visible>!String.IsEmpty(Window.Property(LatestAlbum.12.Title))</visible> |