From 08acf5c407242344b0047b8040900f52df620dde Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Thu, 11 Mar 2010 09:42:07 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_7_3_0'. --- .../files/patch-knemod-interfacetooltip.cpp | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 net/knemo-kde4/files/patch-knemod-interfacetooltip.cpp (limited to 'net/knemo-kde4/files/patch-knemod-interfacetooltip.cpp') diff --git a/net/knemo-kde4/files/patch-knemod-interfacetooltip.cpp b/net/knemo-kde4/files/patch-knemod-interfacetooltip.cpp deleted file mode 100644 index 9dce92066cf6..000000000000 --- a/net/knemo-kde4/files/patch-knemod-interfacetooltip.cpp +++ /dev/null @@ -1,34 +0,0 @@ ---- src/knemod/interfacetooltip.cpp.orig Sat Apr 1 21:44:22 2006 -+++ src/knemod/interfacetooltip.cpp Sun Apr 2 21:30:52 2006 -@@ -101,6 +101,23 @@ - - if ( data.available ) - { -+#ifdef Q_OS_FREEBSD -+ QDictIterator it( data.addrData ); -+ for( ; it.current(); ++it ) -+ { -+ if ( toolTipContent & IP_ADDRESS ) -+ text += "" + mToolTips[4].first + "" + it.currentKey() + ""; -+ if ( toolTipContent & SUBNET_MASK ) -+ text += "" + mToolTips[5].first + "" + it.current()->subnetMask + ""; -+ if ( mInterface->getType() == Interface::ETHERNET ) -+ { -+ if ( toolTipContent & BCAST_ADDRESS ) -+ text += "" + mToolTips[18].first + "" + it.current()->broadcastAddress + ""; -+ } -+ } -+ if ( mInterface->getType() == Interface::ETHERNET ) -+ { -+#else - if ( toolTipContent & IP_ADDRESS ) - text += "" + mToolTips[4].first + "" + data.ipAddress + ""; - if ( toolTipContent & SUBNET_MASK ) -@@ -109,6 +126,7 @@ - { - if ( toolTipContent & BCAST_ADDRESS ) - text += "" + mToolTips[18].first + "" + data.broadcastAddress + ""; -+#endif - if ( toolTipContent & GATEWAY ) - text += "" + mToolTips[19].first + "" + data.defaultGateway + ""; - if ( toolTipContent & HW_ADDRESS ) -- cgit v1.2.3