summaryrefslogtreecommitdiffstats
path: root/kde/patch/plasma-workspace/plasma-workspace_apply_767aa57.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-07-30 19:45:19 +0200
committer Eric Hameleers <alien@slackware.com>2020-07-30 19:45:19 +0200
commit52b1f1cb9f8d4e1fb1fcbde59930a105a819b0b4 (patch)
tree22f1205f0276563548f2864997c82a8af7307fcd /kde/patch/plasma-workspace/plasma-workspace_apply_767aa57.patch
parent42f29689f597520389829b6d22c56ee21ace7657 (diff)
downloadktown-52b1f1cb9f8d4e1fb1fcbde59930a105a819b0b4.tar.gz
ktown-52b1f1cb9f8d4e1fb1fcbde59930a105a819b0b4.tar.xz
Cleanup unused KDE patches
Thanks to Patrick Volkerding for the effort.
Diffstat (limited to 'kde/patch/plasma-workspace/plasma-workspace_apply_767aa57.patch')
-rw-r--r--kde/patch/plasma-workspace/plasma-workspace_apply_767aa57.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/kde/patch/plasma-workspace/plasma-workspace_apply_767aa57.patch b/kde/patch/plasma-workspace/plasma-workspace_apply_767aa57.patch
deleted file mode 100644
index 4f22b8e..0000000
--- a/kde/patch/plasma-workspace/plasma-workspace_apply_767aa57.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Kai Uwe Broulik <kde@privat.broulik.de>
-Date: Mon, 13 Jun 2016 18:36:17 +0000
-Subject: [PanelView] Fix build...
-X-Git-Url: http://quickgit.kde.org/?p=plasma-workspace.git&a=commitdiff&h=767aa574400276b872aa0495f9af096784a8ed66
----
-[PanelView] Fix build...
-
-CCMAIL: notmart@gmail.com
----
-
-
---- a/shell/panelview.cpp
-+++ b/shell/panelview.cpp
-@@ -995,7 +995,7 @@
- {
- if (status == Plasma::Types::NeedsAttentionStatus) {
- showTemporarily();
-- } else if (status == Plasma::AcceptingInputStatus) {
-+ } else if (status == Plasma::Types::AcceptingInputStatus) {
- KWindowSystem::forceActiveWindow(winId());
- } else {
- restoreAutoHide();
-