From 2ba48620d2f71f9e66690c212104eced7d4b2686 Mon Sep 17 00:00:00 2001 From: Neroth Date: Mon, 11 Jun 2012 15:10:12 +0200 Subject: [PATCH] Fix 12/24h setting --- src/extension.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/extension.js b/src/extension.js index af9ff57..d7255a7 100644 --- a/src/extension.js +++ b/src/extension.js @@ -203,6 +203,7 @@ WeatherMenuButton.prototype = { loadConfigInterface : function() { + var that = this; var schemaInterface = "org.gnome.desktop.interface"; if (Gio.Settings.list_schemas().indexOf(schemaInterface) == -1) throw _("Schema \"%s\" not found.").replace("%s",schemaInterface);