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/ChangeLog | 7 +++++++ shell/e-shell-folder-creation-dialog.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index c99b59c08a..f9e7f0e005 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2001-03-22 Ettore Perazzoli + + * e-shell-folder-creation-dialog.c (async_create_cb): Changed + signature to match `EStorageSetResultCallback' instead of + `EStorageResultCallback', to match the changes in the async_create + API call. + 2001-03-22 Ettore Perazzoli * e-storage-set-view.c: Removed some unused static variables. 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