summaryrefslogtreecommitdiff
path: root/noncore
authorkergoth <kergoth>2002-10-15 22:23:31 (UTC)
committer kergoth <kergoth>2002-10-15 22:23:31 (UTC)
commitfcc5702d6c6b4d6ecba51451ea491bcc4799b88a (patch) (unidiff)
tree71f1c6b6e12400ee6c23a6223ed8d68562728c50 /noncore
parent7d5423828f77d2584a5fe3924c226ce3f565baf2 (diff)
downloadopie-fcc5702d6c6b4d6ecba51451ea491bcc4799b88a.zip
opie-fcc5702d6c6b4d6ecba51451ea491bcc4799b88a.tar.gz
opie-fcc5702d6c6b4d6ecba51451ea491bcc4799b88a.tar.bz2
Ugly hack, not a solution, but should at least be usable
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/networksetup/wlan/wlanmodule.cpp2
-rw-r--r--noncore/settings/networksettings/wlan/wlanmodule.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/networksetup/wlan/wlanmodule.cpp b/noncore/net/networksetup/wlan/wlanmodule.cpp
index 70b1f7a..321fa11 100644
--- a/noncore/net/networksetup/wlan/wlanmodule.cpp
+++ b/noncore/net/networksetup/wlan/wlanmodule.cpp
@@ -24,7 +24,7 @@ QString WLANModule::getPixmapName(Interface* ){
24 * @return bool true if i is owned by this module, false otherwise. 24 * @return bool true if i is owned by this module, false otherwise.
25 */ 25 */
26bool WLANModule::isOwner(Interface *i){ 26bool WLANModule::isOwner(Interface *i){
27 if(i->getInterfaceName() == "eth0") 27 if(i->getInterfaceName() == "eth0" || i->getInterfaceName() == "wlan0")
28 return true; 28 return true;
29 return false; 29 return false;
30} 30}
diff --git a/noncore/settings/networksettings/wlan/wlanmodule.cpp b/noncore/settings/networksettings/wlan/wlanmodule.cpp
index 70b1f7a..321fa11 100644
--- a/noncore/settings/networksettings/wlan/wlanmodule.cpp
+++ b/noncore/settings/networksettings/wlan/wlanmodule.cpp
@@ -24,7 +24,7 @@ QString WLANModule::getPixmapName(Interface* ){
24 * @return bool true if i is owned by this module, false otherwise. 24 * @return bool true if i is owned by this module, false otherwise.
25 */ 25 */
26bool WLANModule::isOwner(Interface *i){ 26bool WLANModule::isOwner(Interface *i){
27 if(i->getInterfaceName() == "eth0") 27 if(i->getInterfaceName() == "eth0" || i->getInterfaceName() == "wlan0")
28 return true; 28 return true;
29 return false; 29 return false;
30} 30}