From 165a62b3ca9cc8e2c3c66845f465a38413fa60d9 Mon Sep 17 00:00:00 2001 From: tille Date: Fri, 23 May 2003 19:54:11 +0000 Subject: get rid of "no information on a disconneted iface" why? ... why is it called information anyway, lets call it "start/stop" --- (limited to 'noncore/settings/networksettings') diff --git a/noncore/settings/networksettings/mainwindow.ui b/noncore/settings/networksettings/mainwindow.ui index 8e17cb3..f61a1ae 100644 --- a/noncore/settings/networksettings/mainwindow.ui +++ b/noncore/settings/networksettings/mainwindow.ui @@ -174,7 +174,7 @@ text - &Information + &Start/Stop diff --git a/noncore/settings/networksettings/mainwindowimp.cpp b/noncore/settings/networksettings/mainwindowimp.cpp index 56bbd2c..a61f620 100644 --- a/noncore/settings/networksettings/mainwindowimp.cpp +++ b/noncore/settings/networksettings/mainwindowimp.cpp @@ -420,10 +420,10 @@ void MainWindowImp::informationClicked(){ } Interface *i = interfaceItems[item]; - if(!i->isAttached()){ - QMessageBox::information(this, "Sorry","No information about\na disconnected interface.", QMessageBox::Ok); - return; - } +// if(!i->isAttached()){ +// QMessageBox::information(this, "Sorry","No information about\na disconnected interface.", QMessageBox::Ok); +// return; +// } if(i->getModuleOwner()){ QWidget *moduleInformation = i->getModuleOwner()->information(i); -- cgit v0.9.0.2