1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-24 19:25:46 +01:00

Fixing the fix...

This commit is contained in:
Dan O'Reilly
2009-01-25 16:43:45 -05:00
parent 613215f033
commit 45e228d6e4

View File

@@ -703,7 +703,7 @@ class WiredNetworkEntry(NetworkEntry):
profile_name = self.combo_profile_names.get_active_text() profile_name = self.combo_profile_names.get_active_text()
wired.ReadWiredNetworkProfile(profile_name) wired.ReadWiredNetworkProfile(profile_name)
if self.advanced_dialog: if hasattr(self, 'advanced_dialog'):
self.advanced_dialog.prof_name = profile_name self.advanced_dialog.prof_name = profile_name
self.advanced_dialog.set_values() self.advanced_dialog.set_values()