From dabe9c5ee8c2d51fe13b4e3a8b160afacf0f539f Mon Sep 17 00:00:00 2001 From: benmeyer Date: Mon, 16 Dec 2002 16:21:51 +0000 Subject: Fixed icon bug, removed some extra uneeded code, fixed WEP config bug --- (limited to 'noncore/net/networksetup/interfaces/interface.cpp') diff --git a/noncore/net/networksetup/interfaces/interface.cpp b/noncore/net/networksetup/interfaces/interface.cpp index 7ffa76f..d964961 100644 --- a/noncore/net/networksetup/interfaces/interface.cpp +++ b/noncore/net/networksetup/interfaces/interface.cpp @@ -71,7 +71,7 @@ void Interface::start(){ int ret = system(QString("%1 %2 up").arg(IFCONFIG).arg(this->name()).latin1()); // See if it was successfull... if(ret != 0){ - emit (updateMessage("Starting interface failed.")); + emit (updateMessage("Starting interface failed")); return; } @@ -92,7 +92,7 @@ void Interface::stop(){ int ret = system(QString("%1 %2 down").arg(IFCONFIG).arg(this->name()).latin1()); if(ret != 0){ - emit (updateMessage("Stopping interface failed.")); + emit (updateMessage("Stopping interface failed")); return; } -- cgit v0.9.0.2