[neon/kde/kio/Neon/release-lts] debian/patches: add patch recommended by nate to fix a crash when trying to "apply to all" in the move/copy overwrite dialog

Jonathan Riddell null at kde.org
Thu Jan 7 14:13:23 GMT 2021


Git commit 16d344135b162ec7a0badc218587bc9c65ea1b07 by Jonathan Riddell.
Committed on 07/01/2021 at 14:13.
Pushed by jriddell into branch 'Neon/release-lts'.

add patch recommended by nate to fix a crash when trying to "apply to all" in the move/copy overwrite dialog

A  +12   -0    debian/patches/RenameDialog.diff
M  +1    -0    debian/patches/series

https://invent.kde.org/neon/kde/kio/commit/16d344135b162ec7a0badc218587bc9c65ea1b07

diff --git a/debian/patches/RenameDialog.diff b/debian/patches/RenameDialog.diff
new file mode 100644
index 0000000..4cf4830
--- /dev/null
+++ b/debian/patches/RenameDialog.diff
@@ -0,0 +1,12 @@
+diff --git a/src/widgets/renamedialog.cpp b/src/widgets/renamedialog.cpp
+index ac1d91d2046575cf36585f446264748269d907e3..c3e04753eacd73ab562ef4e0fae4234faf5b74c9 100644
+--- a/src/widgets/renamedialog.cpp
++++ b/src/widgets/renamedialog.cpp
+@@ -161,6 +161,7 @@ public:
+         bCancel = nullptr;
+         bRename = bSkip = nullptr;
+         bOverwrite = nullptr;
++        bOverwriteWhenOlder = nullptr;
+         bResume = bSuggestNewName = nullptr;
+         bApplyAll = nullptr;
+         m_pLineEdit = nullptr;
diff --git a/debian/patches/series b/debian/patches/series
index f49df91..f65f83a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ Disable-flaky-test.patch
 Disable-baloo-dependant-tests.patch
 #Disable-flaky-test-1.patch
 libexec_from_env.patch
+RenameDialog.diff


More information about the Neon-commits mailing list