aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/providers/groupwise/camel-groupwise-provider.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 88a5a3d7b2..ac3c4b6115 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,10 @@
2004-01-14 Rodrigo Moya <rodrigo@ximian.com>
+ * providers/groupwise/camel-groupwise-provider.c
+ (camel_provider_module_init): missing renaming.
+
+2004-01-14 Rodrigo Moya <rodrigo@ximian.com>
+
* providers/groupwise/camel-gw-listener.c (add_esource): set the
"auth" property on the ESource's we create, to get authentication.
diff --git a/camel/providers/groupwise/camel-groupwise-provider.c b/camel/providers/groupwise/camel-groupwise-provider.c
index b3634f1ab0..21aaab22e9 100644
--- a/camel/providers/groupwise/camel-groupwise-provider.c
+++ b/camel/providers/groupwise/camel-groupwise-provider.c
@@ -132,7 +132,7 @@ camel_provider_module_init (CamelSession *session)
if (!config_listener) {
- config_listener = groupwise_config_listener_new (gconf_client_get_default ());
+ config_listener = camel_gw_listener_new ();
g_atexit ( free_groupwise_listener );
}