--- iw/network_gui.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/iw/network_gui.py b/iw/network_gui.py index ecd010b..4188cc5 100644 --- a/iw/network_gui.py +++ b/iw/network_gui.py @@ -185,7 +185,7 @@ def selectInstallNetDeviceDialog(network, devices = None): rc = dialog.run() if rc in [gtk.RESPONSE_CANCEL, gtk.RESPONSE_DELETE_EVENT]: - retval = None + install_device = None else: active = combo.get_active_iter() install_device = combo.get_model().get_value(active, 1) -- 1.7.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list