aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorronie <ronie@poedel.net>2014-10-26 21:33:35 +0100
committerronie <ronie@poedel.net>2014-10-26 21:33:35 +0100
commitb690287222c44a49f8f9bab4046d7e13f9b1d71e (patch)
tree449ca248d7f643dc67878f6748a07abb5f0431ef
parentb8a9e6ef89f61ed0153998fcaf23a6e4f2296e3a (diff)
[Confluence] fix visible condition
-rw-r--r--addons/skin.confluence/720p/ViewsWeather.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/ViewsWeather.xml b/addons/skin.confluence/720p/ViewsWeather.xml
index 553f2cd5f0..0ef41a1cb8 100644
--- a/addons/skin.confluence/720p/ViewsWeather.xml
+++ b/addons/skin.confluence/720p/ViewsWeather.xml
@@ -1499,7 +1499,7 @@
</include>
<include name="WeatherAlerts">
<control type="group">
- <visible>StringCompare(Window.Property(Weather.CurrentView),alerts) + !(IsEmpty(Window.Property(Alerts.IsFetched)</visible>
+ <visible>StringCompare(Window.Property(Weather.CurrentView),alerts) + !IsEmpty(Window.Property(Alerts.IsFetched))</visible>
<include>VisibleFadeEffect</include>
<control type="button" id="996">
<description>Hidden Button for focus</description>