After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 729475 - FileChooser: typo in gtk_set_create_folders()
FileChooser: typo in gtk_set_create_folders()
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
3.13.x
Other Linux
: Normal trivial
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-05-03 20:20 UTC by Steve Dodier
Modified: 2014-05-06 01:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix name of GtkFileChooser's Create Folder button (1.51 KB, patch)
2014-05-04 14:33 UTC, Marcus Karlsson
committed Details | Review

Description Steve Dodier 2014-05-03 20:20:38 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.
Comment 1 Marcus Karlsson 2014-05-04 14:33:09 UTC
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.
Comment 2 Matthias Clasen 2014-05-05 11:26:23 UTC
Review of attachment 275810 [details] [review]:

ok, thanks