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) (unidiff)
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(){
231 initpath = "/etc/rc.d/init.d"; 231 initpath = "/etc/rc.d/init.d";
232 else if( QDir("/etc/init.d").exists() ) 232 else if( QDir("/etc/init.d").exists() )
233 initpath = "/etc/init.d"; 233 initpath = "/etc/init.d";
234
235 // It would be kinda cool if we didn't have to do this and could just to ifup/down
236
234 if( initpath ) 237 if( initpath )
235 system(QString("%1/pcmcia stop").arg(initpath)); 238 system(QString("%1/pcmcia stop").arg(initpath));
236 if( initpath ) 239 if( initpath )