[Gpa-commits] r1011 - trunk/src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Jun 20 14:10:23 CEST 2009


Author: werner
Date: 2009-06-20 14:10:22 +0200 (Sat, 20 Jun 2009)
New Revision: 1011

Modified:
   trunk/src/ChangeLog
   trunk/src/gpastreamdecryptop.c
Log:
Fix property problem.


Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2009-06-19 22:20:00 UTC (rev 1010)
+++ trunk/src/ChangeLog	2009-06-20 12:10:22 UTC (rev 1011)
@@ -1,3 +1,8 @@
+2009-06-20  Werner Koch  <wk at g10code.com>
+
+	* gpastreamdecryptop.c (gpa_stream_decrypt_operation_new): Use
+	"client-title" property.
+
 2009-06-17  Werner Koch  <wk at g10code.com>
 
 	* cardman.c (statusbar_new): Do not print "Status:" in the status

Modified: trunk/src/gpastreamdecryptop.c
===================================================================
--- trunk/src/gpastreamdecryptop.c	2009-06-19 22:20:00 UTC (rev 1010)
+++ trunk/src/gpastreamdecryptop.c	2009-06-20 12:10:22 UTC (rev 1011)
@@ -455,7 +455,7 @@
 		     "output_stream", output_stream,
                      "no-verify", no_verify,
                      "protocol", (int) protocol,
-                     "title", title,
+                     "client-title", title,
 		     NULL);
 
   return op;



More information about the Gpa-commits mailing list