diff options
author | alcoheca <alcoheca@svn> | 2010-03-02 12:28:20 +0000 |
---|---|---|
committer | alcoheca <alcoheca@svn> | 2010-03-02 12:28:20 +0000 |
commit | a178b5523bffe54145073c420dd957adb87dd58d (patch) | |
tree | d326770caa7fd33adc211ec6c1d648be6de139d0 /skin/Confluence | |
parent | d893448af2ea9db7ec3b724f919baf672d7f078f (diff) |
changed: removed handling for vis settings in GUIDialogAddonSettings
added: new builtin to open the settings dialog for the default addon of
the given type
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28309 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'skin/Confluence')
-rw-r--r-- | skin/Confluence/720p/MusicOSD.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skin/Confluence/720p/MusicOSD.xml b/skin/Confluence/720p/MusicOSD.xml index 2c754d08db..9d8e595875 100644 --- a/skin/Confluence/720p/MusicOSD.xml +++ b/skin/Confluence/720p/MusicOSD.xml @@ -58,7 +58,7 @@ <onright>702</onright>
<onup>600</onup>
<ondown>600</ondown>
- <onclick>ActivateWindow(140)</onclick>
+ <onclick>Addon.Default.OpenSettings(visualization)</onclick>
</control>
<control type="button" id="702">
<posx>150</posx>
|