From 120830dbe4bf7400b744e5a9e0558cca6d2623fa Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 22 Mar 2001 21:30:06 +0000 Subject: 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 --- shell/e-shell-folder-creation-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell-folder-creation-dialog.c') 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) { -- cgit v1.2.3