[Gpa-commits] r834 - trunk/src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Mar 4 17:46:03 CET 2008


Author: marcus
Date: 2008-03-04 17:46:03 +0100 (Tue, 04 Mar 2008)
New Revision: 834

Modified:
   trunk/src/ChangeLog
   trunk/src/gpafileverifyop.c
Log:
2008-03-04  Marcus Brinkmann  <marcus at g10code.de>

	* gpafileverifyop.c (gpa_file_verify_operation_done_cb): Use
	filename_in, not filename_out.


Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2008-03-04 15:18:02 UTC (rev 833)
+++ trunk/src/ChangeLog	2008-03-04 16:46:03 UTC (rev 834)
@@ -1,5 +1,8 @@
 2008-03-04  Marcus Brinkmann  <marcus at g10code.de>
 
+	* gpafileverifyop.c (gpa_file_verify_operation_done_cb): Use
+	filename_in, not filename_out.
+
 	* keyring.c: Remove most forward declarations.
 	(keyring_editor_export): Do not chicken out if there are more keys
 	selected than one.

Modified: trunk/src/gpafileverifyop.c
===================================================================
--- trunk/src/gpafileverifyop.c	2008-03-04 15:18:02 UTC (rev 833)
+++ trunk/src/gpafileverifyop.c	2008-03-04 16:46:03 UTC (rev 834)
@@ -389,11 +389,12 @@
       gpgme_verify_result_t result;
       
       result = gpgme_op_verify_result (GPA_OPERATION (op)->context->ctx);
-      /* Add the file to the result dialog */
+      /* Add the file to the result dialog.  FIXME: Maybe we should
+	 use the filename without the directory.  */
       gpa_file_verify_dialog_add_file (GPA_FILE_VERIFY_DIALOG (op->dialog),
 				       file_item->direct_name
 				       ? file_item->direct_name
-				       : file_item->filename_out,
+				       : file_item->filename_in,
 				       op->signed_file, op->signature_file,
 				       result->signatures);
       /* If this was a dettached sig, reset the signed file */



More information about the Gpa-commits mailing list