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 9cdb8068fc..b9da2cf8c8 100644 --- a/shell/e-shell-folder-creation-dialog.c +++ b/shell/e-shell-folder-creation-dialog.c @@ -186,7 +186,7 @@ dialog_clicked_cb (GnomeDialog *dialog, e_storage_set_async_create_folder (storage_set, path, folder_type, - NULL, /* description */ + "", /* description */ async_create_cb, dialog_data); } |