From 7585642a9807fb8d8f1f1eb35e574551139c90c2 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sun, 14 Oct 2007 04:08:16 +0000 Subject: [PATCH] apply_prefs in locations plugin --- plugins/Locations/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Locations/plugin.py b/plugins/Locations/plugin.py index 7b720116e..86c851c48 100644 --- a/plugins/Locations/plugin.py +++ b/plugins/Locations/plugin.py @@ -171,6 +171,7 @@ class plugin_Locations: for key in LOCATION_KEYS: if conf.has_key(key): self.pref.set(key, conf.get(key)) + self.interface.apply_prefs() def config_filename(self, mac): mac_esc = re.sub(":","_",mac)