Updated [PM3.HD] skin settings for scripts to use the newer way to find scripts (again)

git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@9 0c45cd24-f56c-ec91-222f-6e3ca35936fa
This commit is contained in:
JezzX2 2010-05-26 00:17:15 +00:00
parent 0a5a2e44a8
commit 312f49bb0c
1 changed files with 3 additions and 3 deletions

View File

@ -1053,7 +1053,7 @@
<texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.SetFile(LyricScript_Path,Script)</onclick>
<onclick>Skin.SetAddon(LyricScript_Path,xbmc.python.lyrics)</onclick>
<enable>Skin.HasSetting(LyricScript_Enable)</enable>
</control>
<control type="image" id="403">
@ -1099,7 +1099,7 @@
<texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.SetFile(WeatherScript_Path,Script)</onclick>
<onclick>Skin.SetAddon(WeatherScript_Path,xbmc.python.script)</onclick>
<enable>Skin.HasSetting(WeatherScript_Enable)</enable>
</control>
<control type="image" id="407">
@ -1131,7 +1131,7 @@
<texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.SetFile(SubtitleScript_Path,Script)</onclick>
<onclick>Skin.SetAddon(SubtitleScript_Path,xbmc.python.subtitles)</onclick>
<enable>Skin.HasSetting(SubtitleScript_Enable)</enable>
</control>
<control type="image" id="410">