[Pkg-gnupg-commit] [gpa] 02/03: Add patch headers

Andreas Rönnquist gusnan at moszumanska.debian.org
Sun Apr 17 07:45:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

gusnan pushed a commit to branch jessie
in repository gpa.

commit 495d2b971cd3ad6e10dc82bec020d660d4798060
Author: Andreas Rönnquist <gusnan at gusnan.se>
Date:   Fri Apr 8 21:24:23 2016 +0200

    Add patch headers
---
 debian/patches/fix_handling_of_confirmation_dialog.patch | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/debian/patches/fix_handling_of_confirmation_dialog.patch b/debian/patches/fix_handling_of_confirmation_dialog.patch
index 7440acf..97e0b57 100644
--- a/debian/patches/fix_handling_of_confirmation_dialog.patch
+++ b/debian/patches/fix_handling_of_confirmation_dialog.patch
@@ -1,3 +1,15 @@
+Author: Wener Koch <wk at gnupg.org>
+Description: Fix the handling of windows close button in confirmation dialogs.
+ * src/gpaexportserverop.c (confirm_send): Only act upon the Yes button.
+ * src/gpgmetools.c (check_overwriting): Ditto.
+ .
+ Checking for GTK_RESPONSE_NO was a bad idea because that catches only
+ the No button and no other events, like the window's close button.
+ .
+ Minor modification to make it apply to the version of GPA in Debian
+ Stable.
+Origin: upstream, http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpa.git;a=commit;h=071ed43fac92c68c46a1a8fb19a435eebb8927e6
+Bug-Debian: http://bugs.debian.org/820342
 --- a/src/gpaexportserverop.c
 +++ b/src/gpaexportserverop.c
 @@ -133,7 +133,7 @@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpa.git



More information about the Pkg-gnupg-commit mailing list