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 8a50ebaab9..13c3a74abe 100644 --- a/shell/e-shell-folder-creation-dialog.c +++ b/shell/e-shell-folder-creation-dialog.c @@ -184,7 +184,7 @@ dialog_clicked_cb (GnomeDialog *dialog, } g_free (dialog_data->folder_path); - dialog_data->folder_path = g_strdup (path); + dialog_data->folder_path = path; e_storage_set_async_create_folder (storage_set, path, |