aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-pgp-context.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-04-13 06:03:23 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-04-13 06:03:23 +0800
commitdc90015fb89eeb74366c2bb91b07e8d22ca562c9 (patch)
treece658ea875771eaddff0496c9d6f902b47abbf95 /camel/camel-pgp-context.c
parentde35de9442714109256c2615f5a3bc269ecff13c (diff)
downloadgsoc2013-evolution-dc90015fb89eeb74366c2bb91b07e8d22ca562c9.tar
gsoc2013-evolution-dc90015fb89eeb74366c2bb91b07e8d22ca562c9.tar.gz
gsoc2013-evolution-dc90015fb89eeb74366c2bb91b07e8d22ca562c9.tar.bz2
gsoc2013-evolution-dc90015fb89eeb74366c2bb91b07e8d22ca562c9.tar.lz
gsoc2013-evolution-dc90015fb89eeb74366c2bb91b07e8d22ca562c9.tar.xz
gsoc2013-evolution-dc90015fb89eeb74366c2bb91b07e8d22ca562c9.tar.zst
gsoc2013-evolution-dc90015fb89eeb74366c2bb91b07e8d22ca562c9.zip
Oops, lets not get into a recursive call here ;-)
2001-04-12 Jeffrey Stedfast <fejj@ximian.com> * camel-pgp-context.c (camel_pgp_context_get_type): Oops, lets not get into a recursive call here ;-) * tests/smime/pgp.c: Updated to reflect changes to the PGP code. * tests/smime/pgp-mime.c: Same. svn path=/trunk/; revision=9287
Diffstat (limited to 'camel/camel-pgp-context.c')
-rw-r--r--camel/camel-pgp-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-pgp-context.c b/camel/camel-pgp-context.c
index 9414ad3ba2..d5c6b9dde9 100644
--- a/camel/camel-pgp-context.c
+++ b/camel/camel-pgp-context.c
@@ -110,7 +110,7 @@ camel_pgp_context_get_type (void)
static CamelType type = CAMEL_INVALID_TYPE;
if (type == CAMEL_INVALID_TYPE) {
- type = camel_type_register (camel_pgp_context_get_type (),
+ type = camel_type_register (camel_cipher_context_get_type (),
"CamelPgpContext",
sizeof (CamelPgpContext),
sizeof (CamelPgpContextClass),