summaryrefslogtreecommitdiff
path: root/extra/kdebase-workspace/fix-app-launch-in-plasmoid.patch
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-07-11 18:35:04 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-07-11 18:35:04 +0000
commit1a1b748f1738b1989a834d75b1623be21bf9bab5 (patch)
treed99e645120dc197bc3bcbcd96b1bb89e4e68bf4f /extra/kdebase-workspace/fix-app-launch-in-plasmoid.patch
parent139460a7a8b085588b699c488fd19b166db18a74 (diff)
Mon Jul 11 18:34:51 UTC 2011
Diffstat (limited to 'extra/kdebase-workspace/fix-app-launch-in-plasmoid.patch')
-rw-r--r--extra/kdebase-workspace/fix-app-launch-in-plasmoid.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/kdebase-workspace/fix-app-launch-in-plasmoid.patch b/extra/kdebase-workspace/fix-app-launch-in-plasmoid.patch
deleted file mode 100644
index fec667663..000000000
--- a/extra/kdebase-workspace/fix-app-launch-in-plasmoid.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-commit 3f1dd3b94ab2b56abb43a51b7b78a9cd162325d0
-Author: Aaron Seigo <aseigo@kde.org>
-Date: Fri May 6 22:51:50 2011 +0200
-
- get rid of duplicate connect
-
- patch contributed by Luc Menut
- BUG:262614
- REVIEW:101284
-
-diff --git a/plasma/generic/containmentactions/applauncher/launch.cpp b/plasma/generic/containmentactions/applauncher/launch.cpp
-index cbc7175..bef53e5 100644
---- a/plasma/generic/containmentactions/applauncher/launch.cpp
-+++ b/plasma/generic/containmentactions/applauncher/launch.cpp
-@@ -36,7 +36,6 @@ AppLauncher::AppLauncher(QObject *parent, const QVariantList &args)
- {
- m_menu = new KMenu();
- connect(m_menu, SIGNAL(triggered(QAction*)), this, SLOT(switchTo(QAction*)));
-- connect(m_menu, SIGNAL(triggered(QAction*)), this, SLOT(switchTo(QAction*)));
-
- m_action->setMenu(m_menu);
- }