diff options
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r-- | shell/e-local-storage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index 266cd22817..349dfe46ba 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -449,7 +449,7 @@ create_folder (ELocalStorage *local_storage, callback_data->callback = callback; callback_data->callback_data = data; - bonobo_object_ref (BONOBO_OBJECT (component_client)); + g_object_ref (component_client); evolution_shell_component_client_async_create_folder (component_client, physical_uri, @@ -590,7 +590,7 @@ remove_folder_step (AsyncRemoveFolderCallbackData *callback_data) type = e_folder_get_type_string (folder); client = e_folder_type_registry_get_handler_for_type (priv->folder_type_registry, type); - bonobo_object_ref (BONOBO_OBJECT (client)); + g_object_ref (client); evolution_shell_component_client_async_remove_folder (client, physical_uri, type, component_async_remove_folder_callback, |