https://bugs.kde.org/show_bug.cgi?id=398766

--- Comment #14 from Christoph Feck <cf...@kde.org> ---
Could some who can reproduce the crash try this change:

diff --git a/src/kicondialog.cpp b/src/kicondialog.cpp
index fa09f20..1f4193e 100644
--- a/src/kicondialog.cpp
+++ b/src/kicondialog.cpp
@@ -444,7 +444,7 @@ void KIconDialog::KIconDialogPrivate::showIcons()
         }
     }

-    std::sort(filelist.begin(), filelist.end(), sortByFileName);
+    qSort(filelist.begin(), filelist.end(), sortByFileName);

     // The KIconCanvas has uniformItemSizes set which really expects
     // all added icons to be the same size, otherwise weirdness ensues :)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to