From b324985e978028a15d7c46a6cd297c060abd02f9 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 12 Jan 2001 17:53:15 +0000 Subject: Rename `::addFolderAsync' into `::createFolderAsync'. svn path=/trunk/; revision=7452 --- shell/evolution-shell-component-client.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'shell/evolution-shell-component-client.c') 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); } -- cgit v1.2.3