summaryrefslogtreecommitdiff
path: root/kde-frameworks/kiconthemes/files/kiconthemes-5.51.0-crashfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kiconthemes/files/kiconthemes-5.51.0-crashfix.patch')
-rw-r--r--kde-frameworks/kiconthemes/files/kiconthemes-5.51.0-crashfix.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/kiconthemes/files/kiconthemes-5.51.0-crashfix.patch b/kde-frameworks/kiconthemes/files/kiconthemes-5.51.0-crashfix.patch
deleted file mode 100644
index 2788c89aad8c..000000000000
--- a/kde-frameworks/kiconthemes/files/kiconthemes-5.51.0-crashfix.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From e0006451d5b03a9e15277ad9e7b1c8a74864b532 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ivan=20=C4=8Cuki=C4=87?= <ivan.cukic@kde.org>
-Date: Mon, 8 Oct 2018 23:12:34 +0200
-Subject: Fixing a copy-paste error
-
----
- src/kicondialog.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/kicondialog.cpp b/src/kicondialog.cpp
-index 1f4193e..12ccb4f 100644
---- a/src/kicondialog.cpp
-+++ b/src/kicondialog.cpp
-@@ -416,7 +416,7 @@ void KIconDialog::KIconDialogPrivate::_k_slotAcceptIcons()
- static bool sortByFileName(const QString &path1, const QString &path2)
- {
- const QString fileName1 = path1.mid(path1.lastIndexOf(QLatin1Char('/')) + 1);
-- const QString fileName2 = path2.mid(path1.lastIndexOf(QLatin1Char('/')) + 1);
-+ const QString fileName2 = path2.mid(path2.lastIndexOf(QLatin1Char('/')) + 1);
- return QString::compare(fileName1, fileName2, Qt::CaseInsensitive) < 0;
- }
-
---
-cgit v0.11.2