summaryrefslogtreecommitdiff
authorbenmeyer <benmeyer>2002-12-11 22:21:08 (UTC)
committer benmeyer <benmeyer>2002-12-11 22:21:08 (UTC)
commitee3251a889aed8ef0346743589e5166b7d4f673b (patch) (unidiff)
treeb6ba3331360bbd8c4d18d8291995d8bc2bf6a748
parent2217f9ba852aa2ffd36e5398988d9b1c65b18705 (diff)
downloadopie-ee3251a889aed8ef0346743589e5166b7d4f673b.zip
opie-ee3251a889aed8ef0346743589e5166b7d4f673b.tar.gz
opie-ee3251a889aed8ef0346743589e5166b7d4f673b.tar.bz2
Fixed ad-hco bug
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/networksetup/wlan/wlanimp.cpp7
-rw-r--r--noncore/settings/networksettings/wlan/wlanimp.cpp7
2 files changed, 10 insertions, 4 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
44 connect(networkType, SIGNAL(activated(int)), this, SLOT(typeChanged(int))); 44 connect(networkType, SIGNAL(activated(int)), this, SLOT(typeChanged(int)));
45
46} 45}
@@ -92,5 +91,9 @@ void WLANImp::parseSettingFile(){
92 networkType->setCurrentItem(0); 91 networkType->setCurrentItem(0);
92 channelLabel->setEnabled(false);
93 networkChannel->setEnabled(false);
93 } 94 }
94 else{ 95 else{
95 networkType->setCurrentItem(0); 96 networkType->setCurrentItem(1);
97 networkChannel->setEnabled(true);
98 channelLabel->setEnabled(true);
96 } 99 }
diff --git a/noncore/settings/networksettings/wlan/wlanimp.cpp b/noncore/settings/networksettings/wlan/wlanimp.cpp
index 120d4e5..84e0bae 100644
--- a/noncore/settings/networksettings/wlan/wlanimp.cpp
+++ b/noncore/settings/networksettings/wlan/wlanimp.cpp
@@ -44,3 +44,2 @@ WLANImp::WLANImp( QWidget* parent, const char* name, Interface *i, bool modal, W
44 connect(networkType, SIGNAL(activated(int)), this, SLOT(typeChanged(int))); 44 connect(networkType, SIGNAL(activated(int)), this, SLOT(typeChanged(int)));
45
46} 45}
@@ -92,5 +91,9 @@ void WLANImp::parseSettingFile(){
92 networkType->setCurrentItem(0); 91 networkType->setCurrentItem(0);
92 channelLabel->setEnabled(false);
93 networkChannel->setEnabled(false);
93 } 94 }
94 else{ 95 else{
95 networkType->setCurrentItem(0); 96 networkType->setCurrentItem(1);
97 networkChannel->setEnabled(true);
98 channelLabel->setEnabled(true);
96 } 99 }