[SCM] easytag/master: Fix load text file dialog crash

amigadave-guest at users.alioth.debian.org amigadave-guest at users.alioth.debian.org
Sat Mar 8 00:24:44 UTC 2014


The following commit has been merged in the master branch:
commit 4181344a3f415519d5a9a0e267b802c4d1edec7b
Author: David King <amigadave at amigadave.com>
Date:   Sat Mar 8 00:04:34 2014 +0000

    Fix load text file dialog crash

diff --git a/debian/patches/fix-load-text-file-dialog-crash.patch b/debian/patches/fix-load-text-file-dialog-crash.patch
new file mode 100644
index 0000000..3d00855
--- /dev/null
+++ b/debian/patches/fix-load-text-file-dialog-crash.patch
@@ -0,0 +1,20 @@
+Description: Fix load from text file dialogue response
+Origin: upstream, https://git.gnome.org/browse/easytag/patch/?id=e0c7574ef2ea5a6a3cc8ff92bd03d72d3f73e739
+Applied-Upstream: 2.1.11, https://git.gnome.org/browse/easytag/commit/?id=e0c7574ef2ea5a6a3cc8ff92bd03d72d3f73e739
+From: David King <amigadave at amigadave.com>
+---
+diff --git a/src/misc.c b/src/misc.c
+index af68db0..721b081 100644
+--- a/src/misc.c
++++ b/src/misc.c
+@@ -2724,7 +2724,7 @@ void Open_Load_Filename_Window (void)
+                                                       GTK_STOCK_CLOSE,
+                                                       GTK_RESPONSE_CANCEL,
+                                                       GTK_STOCK_APPLY,
+-                                                      GTK_RESPONSE_ACCEPT,
++                                                      GTK_RESPONSE_APPLY,
+                                                       NULL);
+     gtk_dialog_set_default_response (GTK_DIALOG (LoadFilenameWindow),
+                                      GTK_RESPONSE_ACCEPT);
+--
+cgit v0.9.2
diff --git a/debian/patches/series b/debian/patches/series
index 9ab1f80..18e8dc0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 fix-close-button-crash.patch
 fix-decline-delete-file-crash.patch
 avoid-unknown-image-save-crash.patch
+fix-load-text-file-dialog-crash.patch

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list