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
This commit is contained in:
Ettore Perazzoli
2001-03-22 21:30:06 +00:00
parent f03258745e
commit 120830dbe4
2 changed files with 8 additions and 1 deletions

View File

@ -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)
{