From 8e895c00e6f77d897033e0e473d6e823e684590c Mon Sep 17 00:00:00 2001 From: benmeyer Date: Tue, 17 Dec 2002 21:43:58 +0000 Subject: Caption Fix --- (limited to 'noncore/settings/networksettings/wlan/wlanimp.cpp') 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 ) -- cgit v0.9.0.2