seahorse r2588 - in trunk: . pgp
- From: nnielsen svn gnome org
- To: svn-commits-list gnome org
- Subject: seahorse r2588 - in trunk: . pgp
- Date: Sat, 18 Oct 2008 18:30:09 +0000 (UTC)
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]