GNOME Bugzilla – Bug 729473
FileChooser: typos in gtk_file_chooser_set_local_only ()
Last modified: 2014-05-06 00:47:51 UTC
The doc for gtk_file_chooser_set_local_only () reads: "... then the selected file are files are guaranteed to be accessible through the operating systems native file file system ..." I suspect it should be "or" instead of "are", and "file" is duplicated. Which gives: "... then the selected file or files are guaranteed to be accessible through the operating systems native file system ..." Thanks.
Created attachment 275811 [details] [review] fix typos in gtk_file_chooser_set_local_only Thanks. I have created a patch which implemented the proposed changes.
Review of attachment 275811 [details] [review]: looks good, thanks