diff options
Diffstat (limited to 'shell/evolution-shell-component-client.c')
-rw-r--r-- | shell/evolution-shell-component-client.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/evolution-shell-component-client.c b/shell/evolution-shell-component-client.c index 218379fd03..40b3b29311 100644 --- a/shell/evolution-shell-component-client.c +++ b/shell/evolution-shell-component-client.c @@ -483,10 +483,10 @@ evolution_shell_component_client_async_create_folder (EvolutionShellComponentCli priv->callback = callback; priv->callback_data = data; - GNOME_Evolution_ShellComponent_addFolderAsync (corba_shell_component, - priv->listener_interface, - physical_uri, type, - &ev); + GNOME_Evolution_ShellComponent_createFolderAsync (corba_shell_component, + priv->listener_interface, + physical_uri, type, + &ev); CORBA_exception_free (&ev); } |