apply_prefs in locations plugin

This commit is contained in:
Marcos Pinto 2007-10-14 04:08:16 +00:00
parent fe67907a5d
commit 7585642a98
1 changed files with 1 additions and 0 deletions

View File

@ -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)