aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kde4-workspace
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2009-09-02 14:34:21 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2009-09-02 14:34:21 +0800
commite2a54f5a310a50117a59be26181b57a875374114 (patch)
tree03c02bf4c4edf4077d92df6ad389cbb24769c49d /x11/kde4-workspace
parentc2201954555efbfeafad8b6718965238be0bfeff (diff)
downloadfreebsd-ports-gnome-e2a54f5a310a50117a59be26181b57a875374114.tar.gz
freebsd-ports-gnome-e2a54f5a310a50117a59be26181b57a875374114.tar.zst
freebsd-ports-gnome-e2a54f5a310a50117a59be26181b57a875374114.zip
- Removed patch that was integrated upstream
PR: ports/138471 Submitted by: Andrei Lavreniyuk
Diffstat (limited to 'x11/kde4-workspace')
-rw-r--r--x11/kde4-workspace/files/patch-plasma-applets-system-monitor-net.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11/kde4-workspace/files/patch-plasma-applets-system-monitor-net.cpp b/x11/kde4-workspace/files/patch-plasma-applets-system-monitor-net.cpp
deleted file mode 100644
index 4d448a436d35..000000000000
--- a/x11/kde4-workspace/files/patch-plasma-applets-system-monitor-net.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
---- plasma/applets/system-monitor/net.cpp.orig 2009-08-21 01:22:09.000000000 +0200
-+++ plasma/applets/system-monitor/net.cpp 2009-08-21 01:28:00.000000000 +0200
-@@ -26,7 +26,7 @@
-
- SM::Net::Net(QObject *parent, const QVariantList &args)
- : SM::Applet(parent, args)
-- , m_rx("network/interfaces/(\\w+)/transmitter/data")
-+ , m_rx("^network/interfaces/(\\w+)/transmitter/data$")
- {
- setHasConfigurationInterface(true);
- resize(234 + 20 + 23, 135 + 20 + 25);
-@@ -58,7 +58,8 @@
- connect(engine(), SIGNAL(sourceRemoved(const QString&)),
- this, SLOT(sourceRemoved(const QString&)));
- if (!engine()->sources().isEmpty()) {
-- sourcesAdded();
-+ foreach (const QString& source, engine()->sources())
-+ sourceAdded(source);
- }
- }
-