-rw-r--r-- | noncore/settings/networksettings/wlan/wlanimp2.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/wlan/wlanimp2.cpp b/noncore/settings/networksettings/wlan/wlanimp2.cpp index 01c9668..73afc92 100644 --- a/noncore/settings/networksettings/wlan/wlanimp2.cpp +++ b/noncore/settings/networksettings/wlan/wlanimp2.cpp | |||
@@ -260,7 +260,9 @@ void WLANImp::writeOpts() { | |||
260 | interfaces->removeInterfaceOption(QString("wireless_key")); | 260 | interfaces->removeInterfaceOption(QString("wireless_key")); |
261 | } | 261 | } |
262 | interfaces->removeInterfaceOption(QString("wireless_enc")); | 262 | interfaces->removeInterfaceOption(QString("wireless_enc")); |
263 | 263 | ||
264 | if(!interfaceSetup->saveChanges()) | 264 | if(!interfaceSetup->saveChanges()) |
265 | return; | 265 | return; |
266 | |||
267 | QDialog::accept(); | ||
266 | } | 268 | } |