aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence
diff options
context:
space:
mode:
authorjezz_x <jezz_x@svn>2010-06-22 10:49:23 +0000
committerjezz_x <jezz_x@svn>2010-06-22 10:49:23 +0000
commit32807b330e237900bd2f6f649950c91e0667a2cb (patch)
tree763e497275cdb3e449ea6fa107b192c0f82ea5cd /addons/skin.confluence
parent4cde21a888c3ad57b607338a02765b47dbf6b654 (diff)
Changed: [Confluence] Updated the home go to Addons sub menus to newer Addon code and not old Plugin code
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31304 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r--addons/skin.confluence/720p/Home.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/addons/skin.confluence/720p/Home.xml b/addons/skin.confluence/720p/Home.xml
index c99d7aed79..28353f4b8f 100644
--- a/addons/skin.confluence/720p/Home.xml
+++ b/addons/skin.confluence/720p/Home.xml
@@ -448,14 +448,14 @@
</control>
<control type="button" id="90106">
<include>ButtonHomeSubCommonValues</include>
- <label>31007</label>
- <onclick>ActivateWindow(VideoLibrary,Plugins)</onclick>
+ <label>24001</label>
+ <onclick>ActivateWindow(VideoLibrary,Addons,return)</onclick>
<visible>Library.HasContent(Video)</visible>
</control>
<control type="button" id="90107">
<include>ButtonHomeSubCommonValues</include>
- <label>31007</label>
- <onclick>ActivateWindow(VideoFiles,$LOCALIZE[1037])</onclick>
+ <label>24001</label>
+ <onclick>ActivateWindow(VideoFiles,Addons,return)</onclick>
<visible>!Library.HasContent(Video)</visible>
</control>
</control>
@@ -502,14 +502,14 @@
</control>
<control type="button" id="90116">
<include>ButtonHomeSubCommonValues</include>
- <label>31007</label>
- <onclick>ActivateWindow(MusicLibrary,Plugins)</onclick>
+ <label>24001</label>
+ <onclick>ActivateWindow(MusicLibrary,Addons,return)</onclick>
<visible>Library.HasContent(Music)</visible>
</control>
<control type="button" id="90117">
<include>ButtonHomeSubCommonValues</include>
- <label>31007</label>
- <onclick>ActivateWindow(MusicFiles,$LOCALIZE[1038])</onclick>
+ <label>24001</label>
+ <onclick>ActivateWindow(MusicFiles,Addons,return)</onclick>
<visible>!Library.HasContent(Music)</visible>
</control>
</control>