seahorse r2162 - in trunk: . daemon
- From: sadam svn gnome org
- To: svn-commits-list gnome org
- Subject: seahorse r2162 - in trunk: . daemon
- Date: Wed, 2 Apr 2008 14:31:09 +0100 (BST)
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]