mirror of
https://github.com/gryf/wicd.git
synced 2026-02-24 11:15:49 +01:00
Fixing the fix...
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user