diff options
Diffstat (limited to 'camel/providers/groupwise')
-rw-r--r-- | camel/providers/groupwise/camel-groupwise-provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); } |