diff options
-rw-r--r-- | camel/ChangeLog | 6 | ||||
-rw-r--r-- | camel/providers/groupwise/camel-groupwise-provider.c | 4 |
2 files changed, 7 insertions, 3 deletions
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 <snallagatla@novell.com> +2004-01-13 Rodrigo Moya <rodrigo@ximian.com> + + * providers/groupwise/camel-groupwise-provider.c: missing renaming. + +2004-01-13 Sivaiah Nallagatla <snallagatla@novell.com> * 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 */ |