[Gpg4win-commits] r1193 - in trunk: . patches patches/gpa-0.9.0
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sat Jun 20 12:05:48 CEST 2009
Author: werner
Date: 2009-06-20 12:05:47 +0200 (Sat, 20 Jun 2009)
New Revision: 1193
Added:
trunk/patches/gpa-0.9.0/
trunk/patches/gpa-0.9.0/01-title-prop.patch
Modified:
trunk/ChangeLog
trunk/Makefile.am
Log:
Fix title problem in GPA
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-06-20 09:29:21 UTC (rev 1192)
+++ trunk/ChangeLog 2009-06-20 10:05:47 UTC (rev 1193)
@@ -1,5 +1,7 @@
2009-06-20 Werner Koch <wk at g10code.com>
+ * patches/gpa-0.9.0/01-title-prop.patch: New.
+
* src/Makefile.am (versioninfo.txt): Add old pipeline to properly
format the list.
(CLEANFILES): Add versioninfo.tmp.
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2009-06-20 09:29:21 UTC (rev 1192)
+++ trunk/Makefile.am 2009-06-20 10:05:47 UTC (rev 1193)
@@ -47,6 +47,7 @@
patches/claws-mail-3.7.1/01-fix-spaces-after-re.patch \
patches/claws-mail-3.7.1/02-3.7.1cvs22.patch \
patches/claws-mail-3.7.1/03-pipe.patch \
+ patches/gpa-0.9.0/01-title-prop.patch \
patches/scute-1.2.0/01-bugfixes.patch
copy-news:
Added: trunk/patches/gpa-0.9.0/01-title-prop.patch
===================================================================
--- trunk/patches/gpa-0.9.0/01-title-prop.patch 2009-06-20 09:29:21 UTC (rev 1192)
+++ trunk/patches/gpa-0.9.0/01-title-prop.patch 2009-06-20 10:05:47 UTC (rev 1193)
@@ -0,0 +1,23 @@
+#! /bin/sh
+patch -p0 -f $* < $0
+exit $?
+
+2009-06-20 Werner Koch <wk at g10code.com>
+
+ * gpastreamdecryptop.c (gpa_stream_decrypt_operation_new): Use
+ "client-title" property.
+
+
+--- src/gpastreamdecryptop.c (revision 1008)
++++ src/gpastreamdecryptop.c (working copy)
+@@ -455,7 +455,7 @@
+ "output_stream", output_stream,
+ "no-verify", no_verify,
+ "protocol", (int) protocol,
+- "title", title,
++ "client-title", title,
+ NULL);
+
+ return op;
+
+
Property changes on: trunk/patches/gpa-0.9.0/01-title-prop.patch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Gpg4win-commits
mailing list