summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/wlan/wlanimp.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/networksetup/wlan/wlanimp.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/networksetup/wlan/wlanimp.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/noncore/net/networksetup/wlan/wlanimp.cpp b/noncore/net/networksetup/wlan/wlanimp.cpp
index d4b4af9..e64a633 100644
--- a/noncore/net/networksetup/wlan/wlanimp.cpp
+++ b/noncore/net/networksetup/wlan/wlanimp.cpp
@@ -200,10 +200,13 @@ void WLANImp::changeAndSaveSettingFile(){
* Save wireless.opts, save interfaces
*/
void WLANImp::accept(){
+ printf( "Accept pressed\n" );
if(wepEnabled->isChecked()){
if(keyLineEdit0->text().isEmpty() && keyLineEdit1->text().isEmpty() && keyLineEdit2->text().isEmpty() && keyLineEdit3->text().isEmpty() )
- QMessageBox::information(this, "", "Please enter a key for WEP.", QMessageBox::Ok);
- return;
+ {
+ QMessageBox::information(this, "", "Please enter a key for WEP.", QMessageBox::Ok);
+ return;
+ }
}
// Ok settings are good here, save