From 245dbe49095d149bf2d9b170439ac80580c214fb Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 13 Jan 2004 17:44:23 +0000 Subject: missing renaming. 2004-01-13 Rodrigo Moya * providers/groupwise/camel-groupwise-provider.c: missing renaming. svn path=/trunk/; revision=24200 --- camel/ChangeLog | 6 +++++- camel/providers/groupwise/camel-groupwise-provider.c | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index 26e27943d5..da05938fb7 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,4 +1,8 @@ -2004-01-13 Sivaiah Nallagatla +2004-01-13 Rodrigo Moya + + * providers/groupwise/camel-groupwise-provider.c: missing renaming. + +2004-01-13 Sivaiah Nallagatla * providers/groupwise/camel-gw-listener.[ch] : renamed groupwise-config-listener.[ch] to these file names and also changed code to use CamelURL insted of EUri diff --git a/camel/providers/groupwise/camel-groupwise-provider.c b/camel/providers/groupwise/camel-groupwise-provider.c index 07c49e863b..b3634f1ab0 100644 --- a/camel/providers/groupwise/camel-groupwise-provider.c +++ b/camel/providers/groupwise/camel-groupwise-provider.c @@ -36,7 +36,7 @@ #include "camel-smtp-transport.h" #include "camel-url.h" #include "camel-sasl.h" -#include "groupwise-config-listener.h" +#include "camel-gw-listener.h" static void add_hash (guint *hash, char *s); static guint groupwise_url_hash (gconstpointer key); @@ -44,7 +44,7 @@ static gint check_equal (char *s1, char *s2); static gint groupwise_url_equal (gconstpointer a, gconstpointer b); static void free_groupwise_listener ( void ); -static GroupwiseConfigListener *config_listener = NULL; +static CamelGwListener *config_listener = NULL; CamelProviderConfEntry groupwise_conf_entries[] = { /* override the labels/defaults of the standard settings */ -- cgit v1.2.3