aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence/720p/custom_SkinSetting_1111.xml
diff options
context:
space:
mode:
authorJezz_X <jezzx2@gmail.com>2012-05-11 17:28:41 +1000
committerJezz_X <jezzx2@gmail.com>2012-05-11 17:31:31 +1000
commit68c6f28fc7646da89b276b180ea72519702f026d (patch)
treeb6d38a49d9b00d91885f178a48b55933d4ac5447 /addons/skin.confluence/720p/custom_SkinSetting_1111.xml
parente13f7e0021e9ecdd14d6174d53620e6ed8a8fa5c (diff)
Fixed: [Confluence] Show Weather info on home option in skin settings didn't work also disabled it by default
Diffstat (limited to 'addons/skin.confluence/720p/custom_SkinSetting_1111.xml')
-rw-r--r--addons/skin.confluence/720p/custom_SkinSetting_1111.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/custom_SkinSetting_1111.xml b/addons/skin.confluence/720p/custom_SkinSetting_1111.xml
index 2061388330..1a68bf27b5 100644
--- a/addons/skin.confluence/720p/custom_SkinSetting_1111.xml
+++ b/addons/skin.confluence/720p/custom_SkinSetting_1111.xml
@@ -470,9 +470,10 @@
<focusedcolor>white</focusedcolor>
<label>20084</label>
<onclick>Skin.ToggleSetting(homepageWeatherinfo)</onclick>
- <selected>!Skin.HasSetting(homepageWeatherinfo)</selected>
+ <selected>Skin.HasSetting(homepageWeatherinfo)</selected>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
+ <visible>!IsEmpty(Weather.Plugin)</visible>
</control>
<control type="radiobutton" id="205">
<description>Show Recently added Video info</description>