[neon/neon-packaging/kommit/Neon/unstable_jammy] debian/patches: for reals

Carlos De Maine null at kde.org
Sun Jul 14 11:13:01 BST 2024


Git commit ffbd6a56fb708c89de6ffdf56604d109a97363fd by Carlos De Maine.
Committed on 14/07/2024 at 10:12.
Pushed by carlosdem into branch 'Neon/unstable_jammy'.

for reals

(cherry picked from commit 3fe75c218e8bcef961851b0a9263f8a7da51a0ea)

M  +15   -15   debian/patches/link_kcrash

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

diff --git a/debian/patches/link_kcrash b/debian/patches/link_kcrash
index f86c8ad..4105917 100644
--- a/debian/patches/link_kcrash
+++ b/debian/patches/link_kcrash
@@ -1,21 +1,21 @@
 diff --git a/src/gui/appwindow.cpp b/src/gui/appwindow.cpp
-index 0d763151f821b852ccc2cbde4f61416ccf876700..4b07994a30178ed42767da269cdea52df1c1e5ed 100644
+index 0d763151f821b852ccc2cbde4f61416ccf876700..0777f4a0503a40065ec64aa3b54fa08dc6ee56c9 100644
 --- 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>
+ 
+ // KF headers
+ #include <KActionCollection>
++#include <KCrash>
+ #include <KLocalizedString>
+ #include <KMessageBox>
+ #include <KStandardShortcut>
 @@ -56,6 +57,8 @@ AppWindow::AppWindow()
-	{
-      init();
-
-+     KCrash::initialize();
+ {
+     init();
+ 
++    KCrash::initialize();
 +
-			if (KommitSettings::openLastRepo()) {
-          QSettings s;
-          const QString p = s.value(QStringLiteral("last_repo")).toString();
+     if (KommitSettings::openLastRepo()) {
+         QSettings s;
+         const QString p = s.value(QStringLiteral("last_repo")).toString();


More information about the Neon-commits mailing list