diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-05-12 14:30:57 +1000 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-05-12 14:49:35 +1000 |
commit | 03f10799bd5daa59a7ebc55a2bcbc446a1dc77bd (patch) | |
tree | 9a17c95cc3507d9854218e7670aa2c80a54e3a8a /addons/skin.confluence/720p | |
parent | 8f44b91d99f1b173e14fb86826160241af2cabb5 (diff) |
Fixed: [Confluence] Only Show system temp units on home if weather temp is fetched
Diffstat (limited to 'addons/skin.confluence/720p')
-rw-r--r-- | addons/skin.confluence/720p/Home.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/Home.xml b/addons/skin.confluence/720p/Home.xml index d7734d8c5e..1bc5a9495c 100644 --- a/addons/skin.confluence/720p/Home.xml +++ b/addons/skin.confluence/720p/Home.xml @@ -869,6 +869,7 @@ <label>$INFO[System.TemperatureUnits]</label> <textcolor>white</textcolor> <shadowcolor>black</shadowcolor> + <visible>!IsEmpty(Window(Weather).Property(Current.Temperature))</visible> </control> <control type="label"> <description>Conditions Label</description> @@ -876,7 +877,7 @@ <height>22</height> <font>font10</font> <aligny>center</aligny> - <label> $INFO[Window(Weather).Property(Current.Condition)]</label> + <label>$INFO[Window(Weather).Property(Current.Condition), ]</label> <textcolor>grey2</textcolor> <shadowcolor>black</shadowcolor> </control> |