1
0
Fork 0

Fix global weather dialog.

Don't try to call "local_weather" when it isn't loaded.
This commit is contained in:
ThorstenB 2012-01-07 09:42:36 +01:00
parent e3fabacfc5
commit fdcd319c9f

View file

@ -1759,7 +1759,7 @@
Fix for #567 -->
<binding>
<command>nasal</command>
<script>local_weather.clear_all()</script>
<script>if (getprop("/nasal/local_weather/loaded",0)) local_weather.clear_all()</script>
</binding>
</combo>