seahorse r2162 - in trunk: . daemon



Author: sadam
Date: Wed Apr  2 14:31:08 2008
New Revision: 2162
URL: http://svn.gnome.org/viewvc/seahorse?rev=2162&view=rev

Log:
2008-04-02 Adam Schreiber  <sadam clemson edu>

    * daemon/seahorse-service-crypto.c: Return key id of signer even 
when key
    is not found locally


Modified:
   trunk/ChangeLog
   trunk/daemon/seahorse-service-crypto.c

Modified: trunk/daemon/seahorse-service-crypto.c
==============================================================================
--- trunk/daemon/seahorse-service-crypto.c	(original)
+++ trunk/daemon/seahorse-service-crypto.c	Wed Apr  2 14:31:08 2008
@@ -309,7 +309,8 @@
             if (!(flags & FLAG_QUIET))
                 seahorse_notify_signatures (NULL, status);
             if (status->signatures->summary & GPGME_SIGSUM_GREEN ||
-                status->signatures->summary & GPGME_SIGSUM_VALID) {
+                status->signatures->summary & GPGME_SIGSUM_VALID ||
+                status->signatures->summary & GPGME_SIGSUM_KEY_MISSING) {
                 keyid = seahorse_pgp_key_get_cannonical_id (status->signatures->fpr);
                 *signer = seahorse_context_keyid_to_dbus (SCTX_APP (), keyid, 0);
             }
@@ -371,7 +372,8 @@
             if (!(flags & FLAG_QUIET))
                 seahorse_notify_signatures (NULL, status);
             if (status->signatures->summary & GPGME_SIGSUM_GREEN ||
-                status->signatures->summary & GPGME_SIGSUM_VALID) {
+                status->signatures->summary & GPGME_SIGSUM_VALID ||
+                status->signatures->summary & GPGME_SIGSUM_KEY_MISSING) {
                 keyid = seahorse_pgp_key_get_cannonical_id (status->signatures->fpr);
                 *signer = seahorse_context_keyid_to_dbus (SCTX_APP (), keyid, 0);
             }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]