From e9d8023028b7c996d8ff2a68b87dfde19fcfa892 Mon Sep 17 00:00:00 2001 From: benmeyer Date: Mon, 28 Oct 2002 19:54:38 +0000 Subject: removed return statment that shouldn't be there --- (limited to 'noncore/net/networksetup/wlan') diff --git a/noncore/net/networksetup/wlan/wlanimp.cpp b/noncore/net/networksetup/wlan/wlanimp.cpp index 7c902e0..a466020 100644 --- a/noncore/net/networksetup/wlan/wlanimp.cpp +++ b/noncore/net/networksetup/wlan/wlanimp.cpp @@ -109,7 +109,6 @@ bool WLANImp::writeConfig() config->writeEntry( "dot11WEPDefaultKey1", keyLineEdit1->text() ); config->writeEntry( "dot11WEPDefaultKey2", keyLineEdit2->text() ); config->writeEntry( "dot11WEPDefaultKey3", keyLineEdit3->text() ); - return true; return writeWirelessOpts( ); } -- cgit v0.9.0.2