aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-service.c
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@inria.fr>1999-04-21 04:36:26 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-04-21 04:36:26 +0800
commit94dc5be0530c45a0dbddbc2d72ace3f284deb956 (patch)
treebf0673fa891be1a1d09b9bc5f013447bff104771 /camel/camel-service.c
parentbba607613cf4ce59fa72e6fe841003e2d71a0aa9 (diff)
downloadgsoc2013-evolution-94dc5be0530c45a0dbddbc2d72ace3f284deb956.tar
gsoc2013-evolution-94dc5be0530c45a0dbddbc2d72ace3f284deb956.tar.gz
gsoc2013-evolution-94dc5be0530c45a0dbddbc2d72ace3f284deb956.tar.bz2
gsoc2013-evolution-94dc5be0530c45a0dbddbc2d72ace3f284deb956.tar.lz
gsoc2013-evolution-94dc5be0530c45a0dbddbc2d72ace3f284deb956.tar.xz
gsoc2013-evolution-94dc5be0530c45a0dbddbc2d72ace3f284deb956.tar.zst
gsoc2013-evolution-94dc5be0530c45a0dbddbc2d72ace3f284deb956.zip
now CamelStore inherits from CamelService.
1999-04-20 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-store.h: now CamelStore inherits from CamelService. svn path=/trunk/; revision=861
Diffstat (limited to 'camel/camel-service.c')
-rw-r--r--camel/camel-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-service.c b/camel/camel-service.c
index 57df967c5e..4bcbe7088b 100644
--- a/camel/camel-service.c
+++ b/camel/camel-service.c
@@ -57,7 +57,7 @@ camel_service_class_init (CamelServiceClass *camel_service_class)
GtkType
-camel_service__get_type (void)
+camel_service_get_type (void)
{
static GtkType camel_service_type = 0;