You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/04/12 13:02:42 UTC

svn commit: r1091370 - /incubator/wookie/trunk/widgets/weather/weather.js

Author: scottbw
Date: Tue Apr 12 11:02:42 2011
New Revision: 1091370

URL: http://svn.apache.org/viewvc?rev=1091370&view=rev
Log:
Updated some of the weather types to avoid broken images

Modified:
    incubator/wookie/trunk/widgets/weather/weather.js

Modified: incubator/wookie/trunk/widgets/weather/weather.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/weather/weather.js?rev=1091370&r1=1091369&r2=1091370&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/weather/weather.js (original)
+++ incubator/wookie/trunk/widgets/weather/weather.js Tue Apr 12 11:02:42 2011
@@ -30,11 +30,12 @@ iconTable['lightrain'] = 'images/rainy.p
 iconTable['heavyrain'] = 'images/rainy.png';
 iconTable['lightshowers'] = 'images/rainy.png';
 iconTable['heavyshowers'] = 'images/rainy.png';
-iconTable['thunderyshowers'] = 'images/rainy.png';
+iconTable['thunderyshower'] = 'images/rainy.png';
 iconTable['snowy'] = 'images/snowy.png';
 iconTable['lightsnow'] = 'images/snowy.png';
 iconTable['heavysnow'] = 'images/snowy.png';
 iconTable['cloudy'] = 'images/cloudy.png';
+iconTable['whitecloud'] = 'images/cloudy.png';
 
 var cities = new Array;
 cities['belfast'] = '1';