[neon/neon-packaging/kommit/Neon/unstable_jammy] debian/patches: refresh patch

Carlos De Maine null at kde.org
Sun Jul 14 10:08:47 BST 2024


Git commit 448ad87a6e5f9ddf3eb6b8bedd558e4e1b00e15d by Carlos De Maine.
Committed on 14/07/2024 at 09:08.
Pushed by carlosdem into branch 'Neon/unstable_jammy'.

refresh patch

(cherry picked from commit 812add371bfc8f24ec23cafbd423dfa304c4f455)

M  +16   -7    debian/patches/link_kcrash

https://invent.kde.org/neon/neon-packaging/kommit/-/commit/448ad87a6e5f9ddf3eb6b8bedd558e4e1b00e15d

diff --git a/debian/patches/link_kcrash b/debian/patches/link_kcrash
index 71011fc..59209ea 100644
--- a/debian/patches/link_kcrash
+++ b/debian/patches/link_kcrash
@@ -3,10 +3,19 @@ index 0d763151f821b852ccc2cbde4f61416ccf876700..4b07994a30178ed42767da269cdea52d
 --- a/src/gui/appwindow.cpp
 +++ b/src/gui/appwindow.cpp
 @@ -42,6 +42,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
- 
- // KF headers
- #include <KActionCollection>
-+#include <KCrash>
- #include <KLocalizedString>
- #include <KMessageBox>
- #include <KStandardShortcut>
\ No newline at end of file
+
+// KF headers
+#include <KActionCollection>
+#include <KCrash>
+#include <KLocalizedString>
+#include <KMessageBox>
+#include <KStandardShortcut>
+@@ -56,6 +57,8 @@ AppWindow::AppWindow()
+{
+    init();
+
+    KCrash::initialize();
+
+    if (KommitSettings::openLastRepo()) {
+        QSettings s;
+        const QString p = s.value(QStringLiteral("last_repo")).toString();


More information about the Neon-commits mailing list