From 2aed4f13dc7df6bc5c0a7159c64a48c882d5826c Mon Sep 17 00:00:00 2001 From: Neroth Date: Mon, 29 Oct 2012 19:26:29 +0100 Subject: [PATCH] Fix little bug --- src/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension.js b/src/extension.js index 31551fb..9744758 100644 --- a/src/extension.js +++ b/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)