missing renaming.
2004-01-14 Rodrigo Moya <rodrigo@ximian.com> * providers/groupwise/camel-groupwise-provider.c (camel_provider_module_init): missing renaming. svn path=/trunk/; revision=24224
This commit is contained in:
committed by
Rodrigo Moya
parent
7146e58b6a
commit
80e8b67fed
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
||||
@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user