aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-folder-list.c')
-rw-r--r--shell/e-folder-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-folder-list.c b/shell/e-folder-list.c
index 985eed4f4c..9c53877ab2 100644
--- a/shell/e-folder-list.c
+++ b/shell/e-folder-list.c
@@ -556,7 +556,7 @@ GtkWidget*
e_folder_list_construct (EFolderList *efl, EvolutionShellClient *client, char *xml)
{
efl->priv->client = client;
- bonobo_object_client_ref (BONOBO_OBJECT_CLIENT (efl->priv->client), NULL);
+ bonobo_object_ref (BONOBO_OBJECT (efl->priv->client));
efl->priv->corba_storage_registry = evolution_shell_client_get_storage_registry_interface (client);
e_folder_list_set_xml (efl, xml);
return GTK_WIDGET (efl);