From d2634752714906ef6697ff15577d7d68eecc0359 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 31 Jul 2011 13:49:27 +0200 Subject: kdelibs, suppression fichier obsolète MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kdelibs-4.6.0-fix-crash-in-plasma.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 kde/kdelibs/kdelibs-4.6.0-fix-crash-in-plasma.patch (limited to 'kde/kdelibs') diff --git a/kde/kdelibs/kdelibs-4.6.0-fix-crash-in-plasma.patch b/kde/kdelibs/kdelibs-4.6.0-fix-crash-in-plasma.patch deleted file mode 100644 index 5fd8d0a5c..000000000 --- a/kde/kdelibs/kdelibs-4.6.0-fix-crash-in-plasma.patch +++ /dev/null @@ -1,22 +0,0 @@ -commit 709f75ac353cd735ccac31f87363ea90dde345d3 -Author: Marco Martin -Date: Tue Feb 1 21:15:49 2011 +0100 - - don't collapse when it's destroying - try to not crash upon deletion of the extender - -diff --git a/plasma/extenders/extenderitem.cpp b/plasma/extenders/extenderitem.cpp -index bdbc886..3e5809f 100644 ---- a/plasma/extenders/extenderitem.cpp -+++ b/plasma/extenders/extenderitem.cpp -@@ -596,6 +596,10 @@ void ExtenderItem::destroy() - - void ExtenderItem::setCollapsed(bool collapsed) - { -+ if (extender()->d->destroying) { -+ return; -+ } -+ - config().writeEntry("isCollapsed", collapsed); - d->collapsed = collapsed; - d->collapseIcon->setToolTip(collapsed ? i18n("Expand this widget") : i18n("Collapse this widget")); -- cgit v1.2.3-70-g09d2