summaryrefslogtreecommitdiffstats
path: root/source/xap/gimp/0a67fb0484001e7a0bf14eb73c67f9e74325d524.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/gimp/0a67fb0484001e7a0bf14eb73c67f9e74325d524.patch')
-rw-r--r--source/xap/gimp/0a67fb0484001e7a0bf14eb73c67f9e74325d524.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/source/xap/gimp/0a67fb0484001e7a0bf14eb73c67f9e74325d524.patch b/source/xap/gimp/0a67fb0484001e7a0bf14eb73c67f9e74325d524.patch
deleted file mode 100644
index 615e77608..000000000
--- a/source/xap/gimp/0a67fb0484001e7a0bf14eb73c67f9e74325d524.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 0a67fb0484001e7a0bf14eb73c67f9e74325d524 Mon Sep 17 00:00:00 2001
-From: Luca Bacci <luca.bacci982@gmail.com>
-Date: Tue, 2 Apr 2024 11:31:08 +0200
-Subject: [PATCH] QuitDialog: disconnect signal handler on dialog destroy
-
-...rather than finalize.
-
-Fixes #10785
----
- app/dialogs/quit-dialog.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/app/dialogs/quit-dialog.c b/app/dialogs/quit-dialog.c
-index 11737f9ad51..435ea4961a3 100644
---- a/app/dialogs/quit-dialog.c
-+++ b/app/dialogs/quit-dialog.c
-@@ -273,7 +273,7 @@ quit_close_all_dialog_new (Gimp *gimp,
-
- closure = g_cclosure_new (G_CALLBACK (quit_close_all_dialog_container_changed),
- private, NULL);
-- g_object_watch_closure (G_OBJECT (private->dialog), closure);
-+ g_signal_connect_swapped (private->dialog, "destroy", G_CALLBACK (g_closure_invalidate), closure);
- g_signal_connect_closure (private->images, "add", closure, FALSE);
- g_signal_connect_closure (private->images, "remove", closure, FALSE);
-
---
-GitLab
-