diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 4dc33de06d..d09ceca1ad 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -275,7 +275,11 @@ impl_Shell_selectUserFolder (PortableServer_Servant servant, /* CORBA doesn't allow you to pass a NULL pointer. */ if (!*default_folder) default_folder = NULL; - folder_selection_dialog = e_shell_folder_selection_dialog_new (shell, title, default_folder, allowed_type_names); + folder_selection_dialog = e_shell_folder_selection_dialog_new (shell, + title, + NULL, + default_folder, + allowed_type_names); listener_duplicate = CORBA_Object_duplicate (listener, ev); gtk_object_set_data_full (GTK_OBJECT (folder_selection_dialog), "corba_listener", |