diff options
Diffstat (limited to 'shell/e-shell-folder-creation-dialog.c')
-rw-r--r-- | shell/e-shell-folder-creation-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-folder-creation-dialog.c b/shell/e-shell-folder-creation-dialog.c index 23940acffa..9d92295342 100644 --- a/shell/e-shell-folder-creation-dialog.c +++ b/shell/e-shell-folder-creation-dialog.c @@ -320,7 +320,7 @@ add_storage_set_view (GtkWidget *dialog, GtkWidget *vbox; storage_set = e_shell_get_storage_set (shell); - storage_set_view = e_storage_set_new_view (storage_set, NULL/*XXX*/); + storage_set_view = e_storage_set_create_new_view (storage_set, NULL); e_storage_set_view_set_allow_dnd (E_STORAGE_SET_VIEW (storage_set_view), FALSE); |