Skip to content

Commit

Permalink
Fixed: [Confluence] Play disc sub menu was showing on weather button
Browse files Browse the repository at this point in the history
  • Loading branch information
JezzX committed May 15, 2011
1 parent beffd90 commit 73c59bc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions addons/skin.confluence/720p/Home.xml
Expand Up @@ -479,21 +479,12 @@
</control>
</focusedlayout>
<content>
<item id="6">
<item id="7">
<label>8</label>
<onclick>ActivateWindow(Weather)</onclick>
<icon>special://skin/backgrounds/weather.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</thumb>
<visible>!Skin.HasSetting(HomeMenuNoWeatherButton)</visible>
<visible>!Skin.HasSetting(ShowWeatherFanart) | IsEmpty(Skin.String(WeatherFanartDir))</visible>
</item>
<item id="6">
<label>8</label>
<onclick>ActivateWindow(Weather)</onclick>
<icon>special://skin/backgrounds/weather.jpg</icon>
<thumb>$INFO[Skin.String(WeatherFanartDir)]$INFO[Weather.FanartCode]</thumb>
<visible>!Skin.HasSetting(HomeMenuNoWeatherButton)</visible>
<visible>Skin.HasSetting(ShowWeatherFanart) + !IsEmpty(Skin.String(WeatherFanartDir))</visible>
</item>
<item id="4">
<label>1</label>
Expand Down

0 comments on commit 73c59bc

Please sign in to comment.