1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 15:12:31 +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()
wired.ReadWiredNetworkProfile(profile_name)
if self.advanced_dialog:
if hasattr(self, 'advanced_dialog'):
self.advanced_dialog.prof_name = profile_name
self.advanced_dialog.set_values()