From 1fb21d1f784bc63b619b72c8b83392cb2940c00c Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 22 May 2002 23:51:38 +0000 Subject: 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 --- shell/evolution-shell-client.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'shell/evolution-shell-client.c') diff --git a/shell/evolution-shell-client.c b/shell/evolution-shell-client.c index ff5386baa4..00b5c4548f 100644 --- a/shell/evolution-shell-client.c +++ b/shell/evolution-shell-client.c @@ -234,9 +234,12 @@ user_select_folder (EvolutionShellClient *shell_client, parent_xid = (CORBA_long_long) GDK_WINDOW_XWINDOW (GTK_WIDGET (parent)->window); - GNOME_Evolution_Shell_selectUserFolder (corba_shell, parent_xid, listener_interface, - title, default_folder, &corba_type_name_list, - "", &ev); + GNOME_Evolution_Shell_selectUserFolder (corba_shell, parent_xid, + listener_interface, + title, + default_folder, + &corba_type_name_list, + &ev); if (ev._major != CORBA_NO_EXCEPTION) { CORBA_exception_free (&ev); -- cgit v1.2.3