summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/wlan/wlanimp.cpp
authorbenmeyer <benmeyer>2002-12-17 21:43:58 (UTC)
committer benmeyer <benmeyer>2002-12-17 21:43:58 (UTC)
commit8e895c00e6f77d897033e0e473d6e823e684590c (patch) (side-by-side diff)
tree831338a161d944b9d42395acd335c014e17ce979 /noncore/settings/networksettings/wlan/wlanimp.cpp
parentec9bf724d124b96626a17021a7b4f409c54d60af (diff)
downloadopie-8e895c00e6f77d897033e0e473d6e823e684590c.zip
opie-8e895c00e6f77d897033e0e473d6e823e684590c.tar.gz
opie-8e895c00e6f77d897033e0e473d6e823e684590c.tar.bz2
Caption Fix
Diffstat (limited to 'noncore/settings/networksettings/wlan/wlanimp.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/wlan/wlanimp.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/wlan/wlanimp.cpp b/noncore/settings/networksettings/wlan/wlanimp.cpp
index 648932f..1782c22 100644
--- a/noncore/settings/networksettings/wlan/wlanimp.cpp
+++ b/noncore/settings/networksettings/wlan/wlanimp.cpp
@@ -231,6 +231,9 @@ void WLANImp::accept(){
initpath = "/etc/rc.d/init.d";
else if( QDir("/etc/init.d").exists() )
initpath = "/etc/init.d";
+
+ // It would be kinda cool if we didn't have to do this and could just to ifup/down
+
if( initpath )
system(QString("%1/pcmcia stop").arg(initpath));
if( initpath )