From e6ab5554d4fe16cc816d8751b0206291ffeeccc5 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 28 Sep 2001 18:58:17 +0000 Subject: Allow callers to set the default type of folder to be created. svn path=/trunk/; revision=13220 --- shell/e-shell-view-menu.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shell/e-shell-view-menu.c') diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index f0c392e032..282c3424da 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -309,6 +309,7 @@ command_new_folder (BonoboUIComponent *uih, e_shell_show_folder_creation_dialog (shell, GTK_WINDOW (shell_view), get_path_for_folder_op (shell_view), + NULL, NULL /* result_callback */, NULL /* result_callback_data */); } @@ -441,7 +442,7 @@ command_goto_folder (BonoboUIComponent *uih, _("Go to folder..."), _("Select the folder that you want to open"), current_uri, - NULL); + NULL, NULL); gtk_window_set_transient_for (GTK_WINDOW (folder_selection_dialog), GTK_WINDOW (shell_view)); @@ -562,7 +563,7 @@ command_new_shortcut (BonoboUIComponent *uih, _("Create a new shortcut"), _("Select the folder you want the shortcut to point to:"), e_shell_view_get_current_uri (shell_view), - NULL); + NULL, NULL); e_shell_folder_selection_dialog_set_allow_creation (E_SHELL_FOLDER_SELECTION_DIALOG (folder_selection_dialog), FALSE); -- cgit v1.2.3