[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdeadmin/knetworkconf/knetworkconf
From:       Jonathan Riddell <jr () jriddell ! org>
Date:       2006-05-30 0:24:40
Message-ID: 1148948680.461200.10842.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 546416 by jriddell:

Fix WEP key https://launchpad.net/bugs/24516
Patch by Luka Renko


 M  +1 -1      knetworkconf.cpp  


--- branches/KDE/3.5/kdeadmin/knetworkconf/knetworkconf/knetworkconf.cpp #546415:546416
@@ -352,7 +352,7 @@
         //If the interface is wireless, then save the wireless configuration options
         if (dev->getType() == WIRELESS_IFACE_TYPE){
           wifiDev->setEssid(configDlg.extDlg->kleEssid->text());
-          wifiDev->setWepKey(configDlg.extDlg->kleWepKey->text());
+          wifiDev->setWepKey(configDlg.extDlg->kleWepKey->password());
           wifiDev->setKeyType(configDlg.extDlg->qcbKeyType->currentText());
           dev = wifiDev;          
         }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic