|
|
|
@ -126,7 +126,7 @@ void KNetworkConf::loadNetworkDevicesInfo()
|
|
|
|
|
item->setPixmap(0,inactiveWirelessDeviceImg);
|
|
|
|
|
|
|
|
|
|
item->setText(3,i18n("Disabled"));
|
|
|
|
|
item->setPixmap(3,SmallIcon("stop"));
|
|
|
|
|
item->setPixmap(3,SmallIcon("process-stop"));
|
|
|
|
|
if (device->getBootProto().lower() == "dhcp")
|
|
|
|
|
item->setText(1,"");
|
|
|
|
|
}
|
|
|
|
@ -768,7 +768,7 @@ void KNetworkConf::verifyDeviceStateChanged(){
|
|
|
|
|
item->setPixmap(0,inactiveWirelessDeviceImg);
|
|
|
|
|
|
|
|
|
|
item->setText(3,i18n("Disabled"));
|
|
|
|
|
item->setPixmap(3,SmallIcon("stop"));
|
|
|
|
|
item->setPixmap(3,SmallIcon("process-stop"));
|
|
|
|
|
if (dev->getBootProto().lower() == "dhcp")
|
|
|
|
|
item->setText(1,"");
|
|
|
|
|
}
|
|
|
|
|