From 276bd5a0c0f719faac74cca3c44c30b8f593b098 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 6 Dec 2012 15:46:08 -0200 Subject: kdelibs-libre-4.9.4-3: updating version --- libre/kdelibs-libre/fix-crash-on-open-with.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libre/kdelibs-libre/fix-crash-on-open-with.patch (limited to 'libre/kdelibs-libre/fix-crash-on-open-with.patch') diff --git a/libre/kdelibs-libre/fix-crash-on-open-with.patch b/libre/kdelibs-libre/fix-crash-on-open-with.patch new file mode 100644 index 000000000..60556386d --- /dev/null +++ b/libre/kdelibs-libre/fix-crash-on-open-with.patch @@ -0,0 +1,19 @@ +commit 0820b3173aff4f0f3c803a9e75e726024da38ee5 +Author: David Faure +Date: Thu Dec 6 11:55:05 2012 +0100 + + Fix crash when no service was selected (user clicked on "Open With...") + +diff --git a/kparts/browserrun.cpp b/kparts/browserrun.cpp +index 6d84800..6de0380 100644 +--- a/kparts/browserrun.cpp ++++ b/kparts/browserrun.cpp +@@ -304,7 +304,7 @@ BrowserRun::NonEmbeddableResult BrowserRun::handleNonEmbeddable(const QString& _ + this, SLOT(slotCopyToTempFileResult(KJob*)) ); + return Delayed; // We'll continue after the job has finished + } +- if (selectedService) { ++ if (selectedService && question.selectedService()) { + *selectedService = question.selectedService(); + // KRun will use this when starting an app + KRun::setPreferredService(question.selectedService()->desktopEntryName()); -- cgit v1.2.3