seahorse r2588 - in trunk: . pgp



Author: nnielsen
Date: Sat Oct 18 18:30:09 2008
New Revision: 2588
URL: http://svn.gnome.org/viewvc/seahorse?rev=2588&view=rev

Log:
	* pgp/seahorse-pgp-key.c: PGP keys don't always have to come 
	from a PGP source. Should fix bug #553648


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

Modified: trunk/pgp/seahorse-pgp-key.c
==============================================================================
--- trunk/pgp/seahorse-pgp-key.c	(original)
+++ trunk/pgp/seahorse-pgp-key.c	Sat Oct 18 18:30:09 2008
@@ -148,7 +148,7 @@
 	guint index = 1;
 	
 	source = seahorse_object_get_source (SEAHORSE_OBJECT (pkey));
-	g_return_if_fail (SEAHORSE_IS_PGP_SOURCE (source));
+	g_return_if_fail (SEAHORSE_IS_SOURCE (source));
 	
 	l = pkey->uids;
 	guid = pkey->pubkey ? pkey->pubkey->uids : NULL;



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