seahorse r2486 - in trunk: . pgp



Author: nnielsen
Date: Fri Sep 12 17:17:50 2008
New Revision: 2486
URL: http://svn.gnome.org/viewvc/seahorse?rev=2486&view=rev

Log:
	* pgp/seahorse-pgp-keysets.c: Fix problem with 'no keys 
	available' when trying to sign a PGP key. Fixes bug #545626


Modified:
   trunk/ChangeLog
   trunk/pgp/seahorse-pgp-keysets.c

Modified: trunk/pgp/seahorse-pgp-keysets.c
==============================================================================
--- trunk/pgp/seahorse-pgp-keysets.c	(original)
+++ trunk/pgp/seahorse-pgp-keysets.c	Fri Sep 12 17:17:50 2008
@@ -64,7 +64,7 @@
     SeahorseSet *skset;
     
     pred->location = SEAHORSE_LOCATION_LOCAL;
-    pred->id = SEAHORSE_PGP;
+    pred->tag = SEAHORSE_PGP;
     pred->usage = SEAHORSE_USAGE_PRIVATE_KEY;
     pred->flags = SKEY_FLAG_CAN_SIGN;
     pred->nflags = SKEY_FLAG_EXPIRED | SKEY_FLAG_REVOKED | SKEY_FLAG_DISABLED;



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