Fix little bug

yahoo_weather
Neroth 12 years ago
parent 19aac357e2
commit 2aed4f13dc
  1. 2
      src/extension.js

@ -1229,8 +1229,8 @@ const WeatherMenuButton = new Lang.Class({
break;
case WeatherWindSpeedUnits.BEAUFORT:
wind = this.toBeaufort(wind);
wind_unit = this.toBeaufort(wind,true);
wind = this.toBeaufort(wind);
}
if (!wind)

Loading…
Cancel
Save