diff options
Diffstat (limited to 'shell/e-shell-folder-creation-dialog.c')
-rw-r--r-- | shell/e-shell-folder-creation-dialog.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-folder-creation-dialog.c b/shell/e-shell-folder-creation-dialog.c index 5e6c5e5556..ea81bfdc58 100644 --- a/shell/e-shell-folder-creation-dialog.c +++ b/shell/e-shell-folder-creation-dialog.c @@ -361,6 +361,9 @@ add_folder_types (GtkWidget *dialog, type_name = (const char *) p->data; + if (! e_folder_type_registry_type_is_user_creatable (folder_type_registry, type_name)) + continue; + menu_item = gtk_menu_item_new_with_label (type_name); gtk_widget_show (menu_item); gtk_menu_append (GTK_MENU (menu), menu_item); |