From 735297df13cb2ef3279b7c3aed870f5c05f7e550 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 4 Nov 2002 18:32:55 +0000 Subject: Pass TRUE for arg allow_creation to e_shell_folder_selection_dialog_new(). * e-shell-folder-commands.c (e_shell_command_copy_folder): Pass TRUE for arg allow_creation to e_shell_folder_selection_dialog_new(). (e_shell_command_move_folder): Likewise. * e-shell-view-menu.c (command_goto_folder): Likewise. (command_new_shortcut): Likewise. * e-shell.c (impl_Shell_selectUserFolder): Likewise. * e-shell-folder-selection-dialog.c (e_shell_folder_selection_dialog_set_allow_creation): Removed. (e_shell_folder_selection_dialog_get_allow_creation): Removed. (e_shell_folder_selection_dialog_new): New arg allow_creation. (e_shell_folder_selection_dialog_construct): Likewise. Also, do set priv->shell. * e-shell-folder-selection-dialog.h, e-shell-folder-selection-dialog.c: Port to GtkDialog. svn path=/trunk/; revision=18533 --- shell/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 2f23a2bca9..57328b9bdb 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,23 @@ +2002-11-04 Ettore Perazzoli + + * e-shell-folder-commands.c (e_shell_command_copy_folder): Pass + TRUE for arg allow_creation to + e_shell_folder_selection_dialog_new(). + (e_shell_command_move_folder): Likewise. + * e-shell-view-menu.c (command_goto_folder): Likewise. + (command_new_shortcut): Likewise. + * e-shell.c (impl_Shell_selectUserFolder): Likewise. + + * e-shell-folder-selection-dialog.c + (e_shell_folder_selection_dialog_set_allow_creation): Removed. + (e_shell_folder_selection_dialog_get_allow_creation): Removed. + (e_shell_folder_selection_dialog_new): New arg allow_creation. + (e_shell_folder_selection_dialog_construct): Likewise. Also, do + set priv->shell. + + * e-shell-folder-selection-dialog.h, + e-shell-folder-selection-dialog.c: Port to GtkDialog. + 2002-11-04 Ettore Perazzoli * e-folder-type-registry.c -- cgit v1.2.3