[gtk+] FileChooser: Update set_local_only() doc’s default
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] FileChooser: Update set_local_only() doc’s default
- Date: Thu, 14 Dec 2017 15:38:17 +0000 (UTC)
commit fe20fc3128c1bcfb60f712489c86057e131fc2e6
Author: Daniel Boles <dboles src gnome org>
Date: Mon Dec 4 15:09:53 2017 +0000
FileChooser: Update set_local_only() doc’s default
The property now defaults to FALSE, but the setter doc didn’t reflect it
While here, add a missing apostrophe too.
https://bugzilla.gnome.org/show_bug.cgi?id=791176
gtk/gtkfilechooser.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index 4949cea..2611537 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -528,9 +528,9 @@ gtk_file_chooser_get_action (GtkFileChooser *chooser)
* @local_only: %TRUE if only local files can be selected
*
* Sets whether only local files can be selected in the
- * file selector. If @local_only is %TRUE (the default),
+ * file selector. If @local_only is %TRUE (the default is %FALSE),
* then the selected file or files are guaranteed to be
- * accessible through the operating systems native file
+ * accessible through the operating system’s native file
* system and therefore the application only
* needs to worry about the filename functions in
* #GtkFileChooser, like gtk_file_chooser_get_filename(),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]