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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user