diff options
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r-- | shell/e-local-storage.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index a521f5503a..882a52e5bb 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -1002,7 +1002,7 @@ bonobo_interface_create_folder_cb (EvolutionStorage *storage, const char *path, const char *type, const char *description, - const char *parent_path, + const char *parent_physical_uri, void *data) { ELocalStorage *local_storage; @@ -1014,6 +1014,7 @@ bonobo_interface_create_folder_cb (EvolutionStorage *storage, static int bonobo_interface_remove_folder_cb (EvolutionStorage *storage, + const Bonobo_Listener listener, const char *path, const char *physical_uri, void *data) |