1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-29 11:55:45 +01:00

merged global-parameters

This commit is contained in:
Adam Blackburn
2009-11-21 11:03:28 -06:00
3 changed files with 49 additions and 18 deletions

View File

@@ -1543,6 +1543,7 @@ class WiredDaemon(dbus.service.Object):
profile[x] = misc.Noneify(self.config.get(profilename, x))
profile['use_global_dns'] = bool(profile.get('use_global_dns'))
profile['use_static_dns'] = bool(profile.get('use_static_dns'))
profile['profilename'] = profilename
self.WiredNetwork = profile
self._cur_wired_prof_name = profilename
return "100: Loaded Profile"