diff options
Diffstat (limited to 'shell/e-shell-folder-creation-dialog.h')
-rw-r--r-- | shell/e-shell-folder-creation-dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-folder-creation-dialog.h b/shell/e-shell-folder-creation-dialog.h index b9c1b6b979..155950d5f1 100644 --- a/shell/e-shell-folder-creation-dialog.h +++ b/shell/e-shell-folder-creation-dialog.h @@ -43,6 +43,7 @@ typedef void (* EShellFolderCreationDialogCallback) (EShell *shell, void e_shell_show_folder_creation_dialog (EShell *shell, GtkWindow *parent, const char *default_parent_folder, + const char *default_type, EShellFolderCreationDialogCallback result_callback, void *result_callback_data); |