From 33ca9e6112457535017da79d1b4a61e1d546be65 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 24 Jun 2002 20:15:01 +0000 Subject: (impl_clicked): Pass default_type to e_shell_show_folder_creation_dialog() properly. [Patch by Christian Kreibich .] svn path=/trunk/; revision=17265 --- shell/ChangeLog | 6 ++++++ shell/e-shell-folder-selection-dialog.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 75016f8c05..eb73a348bb 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2002-06-24 Ettore Perazzoli + + * e-shell-folder-selection-dialog.c (impl_clicked): Pass + default_type to e_shell_show_folder_creation_dialog() properly. + [Patch by Christian Kreibich .] + 2002-06-19 Kjartan Maraas * e-corba-config-page.h: Remove #include diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c index e3e5d6e3d0..e767ffd743 100644 --- a/shell/e-shell-folder-selection-dialog.c +++ b/shell/e-shell-folder-selection-dialog.c @@ -230,7 +230,7 @@ impl_clicked (GnomeDialog *dialog, e_shell_show_folder_creation_dialog (priv->shell, GTK_WINDOW (dialog), default_parent_folder, - (const char *) priv->allowed_types->data, + default_type, folder_creation_dialog_result_cb, dialog); -- cgit v1.2.3