Rename ::addFolderAsync' into ::createFolderAsync'.

svn path=/trunk/; revision=7452
This commit is contained in:
Ettore Perazzoli
2001-01-12 17:53:15 +00:00
parent cd5099b9f7
commit b324985e97
4 changed files with 21 additions and 10 deletions

View File

@ -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);
}