aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-creation-dialog.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-03-23 05:30:06 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-03-23 05:30:06 +0800
commit120830dbe4bf7400b744e5a9e0558cca6d2623fa (patch)
tree4b8c452b24d8b31ec16085b1bc7d067e74d07668 /shell/e-shell-folder-creation-dialog.c
parentf03258745ee3a0f97c1f06df2b92830d7f09110a (diff)
downloadgsoc2013-evolution-120830dbe4bf7400b744e5a9e0558cca6d2623fa.tar
gsoc2013-evolution-120830dbe4bf7400b744e5a9e0558cca6d2623fa.tar.gz
gsoc2013-evolution-120830dbe4bf7400b744e5a9e0558cca6d2623fa.tar.bz2
gsoc2013-evolution-120830dbe4bf7400b744e5a9e0558cca6d2623fa.tar.lz
gsoc2013-evolution-120830dbe4bf7400b744e5a9e0558cca6d2623fa.tar.xz
gsoc2013-evolution-120830dbe4bf7400b744e5a9e0558cca6d2623fa.tar.zst
gsoc2013-evolution-120830dbe4bf7400b744e5a9e0558cca6d2623fa.zip
Fix the signature of a callback for the `e_storage_set_async_create()'
call to match the changes in the API. svn path=/trunk/; revision=8903
Diffstat (limited to 'shell/e-shell-folder-creation-dialog.c')
-rw-r--r--shell/e-shell-folder-creation-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-folder-creation-dialog.c b/shell/e-shell-folder-creation-dialog.c
index b9da2cf8c8..f3250716fe 100644
--- a/shell/e-shell-folder-creation-dialog.c
+++ b/shell/e-shell-folder-creation-dialog.c
@@ -74,7 +74,7 @@ dialog_data_destroy (DialogData *dialog_data)
/* Callback for the asynchronous folder creation function. */
static void
-async_create_cb (EStorage *storage,
+async_create_cb (EStorageSet *storage_set,
EStorageResult result,
void *data)
{