diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-23 07:51:38 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-23 07:51:38 +0800 |
commit | 1fb21d1f784bc63b619b72c8b83392cb2940c00c (patch) | |
tree | d0b51630fe6d63b1b617ea2a414450fdca2e34ac /shell/ChangeLog | |
parent | 16d764ed7c5cb26df77d0be52a496d1d7933f209 (diff) | |
download | gsoc2013-evolution-1fb21d1f784bc63b619b72c8b83392cb2940c00c.tar gsoc2013-evolution-1fb21d1f784bc63b619b72c8b83392cb2940c00c.tar.gz gsoc2013-evolution-1fb21d1f784bc63b619b72c8b83392cb2940c00c.tar.bz2 gsoc2013-evolution-1fb21d1f784bc63b619b72c8b83392cb2940c00c.tar.lz gsoc2013-evolution-1fb21d1f784bc63b619b72c8b83392cb2940c00c.tar.xz gsoc2013-evolution-1fb21d1f784bc63b619b72c8b83392cb2940c00c.tar.zst gsoc2013-evolution-1fb21d1f784bc63b619b72c8b83392cb2940c00c.zip |
No more @default_type arg to e_shell_folder_selection_dialog_new().
* e-shell.c (impl_Shell_selectUserFolder): No more @default_type
arg to e_shell_folder_selection_dialog_new().
* e-shell-view-menu.c (command_goto_folder): No more @default_type
arg to e_shell_folder_selection_dialog_new().
(command_new_shortcut): Likewise.
* e-shell-importer.c (import_druid_finish): No more @default_type
arg to e_shell_folder_selection_dialog_new().
* e-shell-folder-commands.c (e_shell_command_move_folder): No more
@default_type arg to e_shell_folder_selection_dialog_new().
(e_shell_command_copy_folder): Likewise.
* e-shell-folder-selection-dialog.c: Removed default_type member
in EShellFolderSelectionDialogPrivate.
(e_shell_folder_selection_dialog_new): Removed @default_type arg.
(e_shell_folder_selection_dialog_construct): Likewise.
(impl_clicked): Just pass the first of the allowed types to
e_shell_show_folder_creation_dialog() for the default type.
* evolution-shell-client.c (user_select_folder): No more
@default_type arg to the ::userSelectFolder CORBA method.
* Evolution-Shell.idl (selectUserFolder): Remove arg
@default_type.
svn path=/trunk/; revision=16983
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 755c523d0e..4172e453ab 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,34 @@ 2002-05-22 Ettore Perazzoli <ettore@ximian.com> + * e-shell.c (impl_Shell_selectUserFolder): No more @default_type + arg to e_shell_folder_selection_dialog_new(). + + * e-shell-view-menu.c (command_goto_folder): No more @default_type + arg to e_shell_folder_selection_dialog_new(). + (command_new_shortcut): Likewise. + + * e-shell-importer.c (import_druid_finish): No more @default_type + arg to e_shell_folder_selection_dialog_new(). + + * e-shell-folder-commands.c (e_shell_command_move_folder): No more + @default_type arg to e_shell_folder_selection_dialog_new(). + (e_shell_command_copy_folder): Likewise. + + * e-shell-folder-selection-dialog.c: Removed default_type member + in EShellFolderSelectionDialogPrivate. + (e_shell_folder_selection_dialog_new): Removed @default_type arg. + (e_shell_folder_selection_dialog_construct): Likewise. + (impl_clicked): Just pass the first of the allowed types to + e_shell_show_folder_creation_dialog() for the default type. + + * evolution-shell-client.c (user_select_folder): No more + @default_type arg to the ::userSelectFolder CORBA method. + + * Evolution-Shell.idl (selectUserFolder): Remove arg + @default_type. + +2002-05-22 Ettore Perazzoli <ettore@ximian.com> + * main.c (view_map_callback): New callback for when the first created view in the shell gets mapped. (new_view_created_callback): New callback for when the first view |