aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component-client.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-01-13 01:53:15 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-01-13 01:53:15 +0800
commitb324985e978028a15d7c46a6cd297c060abd02f9 (patch)
tree36082dd7ebdcd583ba525f95a158bed15648fcbb /shell/evolution-shell-component-client.c
parentcd5099b9f78a8f0067ef6b0e6487d5b809268801 (diff)
downloadgsoc2013-evolution-b324985e978028a15d7c46a6cd297c060abd02f9.tar
gsoc2013-evolution-b324985e978028a15d7c46a6cd297c060abd02f9.tar.gz
gsoc2013-evolution-b324985e978028a15d7c46a6cd297c060abd02f9.tar.bz2
gsoc2013-evolution-b324985e978028a15d7c46a6cd297c060abd02f9.tar.lz
gsoc2013-evolution-b324985e978028a15d7c46a6cd297c060abd02f9.tar.xz
gsoc2013-evolution-b324985e978028a15d7c46a6cd297c060abd02f9.tar.zst
gsoc2013-evolution-b324985e978028a15d7c46a6cd297c060abd02f9.zip
Rename `::addFolderAsync' into `::createFolderAsync'.
svn path=/trunk/; revision=7452
Diffstat (limited to 'shell/evolution-shell-component-client.c')
-rw-r--r--shell/evolution-shell-component-client.c8
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);
}