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 4f0878efc2..d46002a410 100644 --- a/shell/e-shell-folder-creation-dialog.c +++ b/shell/e-shell-folder-creation-dialog.c @@ -515,7 +515,7 @@ e_shell_show_folder_creation_dialog (EShell *shell, storage_set_view = add_storage_set_view (dialog, gui, shell, default_parent_folder); if (default_type == NULL) { - char *dt; + const char *dt; dt = get_type_from_parent_path (shell, default_parent_folder); folder_types = add_folder_types (dialog, gui, shell, dt); |