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.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/noncore/net/networksetup/wlan/wlanimp.cpp b/noncore/net/networksetup/wlan/wlanimp.cpp
index 120d4e5..84e0bae 100644
--- a/noncore/net/networksetup/wlan/wlanimp.cpp
+++ b/noncore/net/networksetup/wlan/wlanimp.cpp
@@ -44,3 +44,2 @@ WLANImp::WLANImp( QWidget* parent, const char* name, Interface *i, bool modal, W
connect(networkType, SIGNAL(activated(int)), this, SLOT(typeChanged(int)));
-
}
@@ -92,5 +91,9 @@ void WLANImp::parseSettingFile(){
networkType->setCurrentItem(0);
+ channelLabel->setEnabled(false);
+ networkChannel->setEnabled(false);
}
else{
- networkType->setCurrentItem(0);
+ networkType->setCurrentItem(1);
+ networkChannel->setEnabled(true);
+ channelLabel->setEnabled(true);
}
@@ -225,3 +228,3 @@ void WLANImp::accept(){
return;
-
+
// Restart the device now that the settings have changed