summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-04-03 23:23:41 +0200
committerJohannes Huber <johu@gentoo.org>2015-04-03 23:23:41 +0200
commitb9b41d3500783564bafa429102cdb95a5caedf4c (patch)
tree7606888f24ce1ceb55e1850fc868f5d1845b8285
parent0e448f95639386d397f4d4ef6e0409eeb2382176 (diff)
downloadkde-b9b41d3500783564bafa429102cdb95a5caedf4c.tar.gz
kde-b9b41d3500783564bafa429102cdb95a5caedf4c.tar.bz2
kde-b9b41d3500783564bafa429102cdb95a5caedf4c.zip
[kde-plasma/plasma-workspace] Drop unused patch
Package-Manager: portage-2.2.18
-rw-r--r--kde-plasma/plasma-workspace/files/plasma-workspace-5.2.0-freeze.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.2.0-freeze.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.2.0-freeze.patch
deleted file mode 100644
index 992ea2ca743..00000000000
--- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.2.0-freeze.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From ba81da53e540ce9ca08ce794a92329ed15f726bc Mon Sep 17 00:00:00 2001
-From: Nick Shaforostoff <shafff@ukr.net>
-Date: Tue, 27 Jan 2015 01:53:17 +0000
-Subject: [PATCH] =?UTF-8?q?fix=20total=20system=20freeze=20on=20some=20sys?=
- =?UTF-8?q?tems=20like=20my=2010=20inch=20netbook=20thanks=20Thomas=20L?=
- =?UTF-8?q?=C3=BCbking=20for=20providing=20the=20patch=20BUG:=20340294?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
----
- lookandfeel/contents/windowswitcher/WindowSwitcher.qml | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/lookandfeel/contents/windowswitcher/WindowSwitcher.qml b/lookandfeel/contents/windowswitcher/WindowSwitcher.qml
-index acb212f..e4a4636 100644
---- a/lookandfeel/contents/windowswitcher/WindowSwitcher.qml
-+++ b/lookandfeel/contents/windowswitcher/WindowSwitcher.qml
-@@ -52,7 +52,7 @@ KWin.Switcher {
-
- property bool canStretchX: false
- property bool canStretchY: false
-- width: tabBox.screenGeometry.width * 0.15
-+ width: tabBox.screenGeometry.width * 0.15 + (__verticalScrollBar.visible ? __verticalScrollBar.width : 0)
- height: tabBox.screenGeometry.height
- clip: true
- focus: true
-@@ -155,3 +155,4 @@ KWin.Switcher {
- }
- }
- }
-+
---
-2.2.2
-