GNOME Bugzilla – Bug 729475
FileChooser: typo in gtk_set_create_folders()
Last modified: 2014-05-06 01:06:12 UTC
In the doc: * @create_folders: %TRUE if the New Folder button should be displayed Should be: * @create_folders: %TRUE if the Create Folder button should be displayed As the button is actually called "Create Folder" Thanks.
Created attachment 275810 [details] [review] Fix name of GtkFileChooser's Create Folder button This patch fixes the documentation so that it says "Create Button" instead of "New Button." I've also changed it in gtk_file_chooser_get_create_folders since it uses the same naming.
Review of attachment 275810 [details] [review]: ok, thanks