summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooser.c
diff options
context:
space:
mode:
authorTimothy Arceri <t_arceri@yahoo.com.au>2013-05-29 17:20:26 +1000
committerFederico Mena Quintero <federico@gnome.org>2013-06-20 12:29:02 -0500
commit555e0a785d84e6f39f3d6b467caafbe262296c7c (patch)
tree5847002e9124ba168780b9ba1d43849e0e982ab6 /gtk/gtkfilechooser.c
parente5e17cf3612191c0497882a6a6b3206dc0ca96cd (diff)
downloadgtk+-555e0a785d84e6f39f3d6b467caafbe262296c7c.tar.gz
filechooser: Fix misleading documentation for gtk_file_chooser_set_preview_widget()
https://bugzilla.gnome.org/show_bug.cgi?id=701174
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r--gtk/gtkfilechooser.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index e199d3e070..bce7f442f9 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -1912,8 +1912,7 @@ _gtk_file_chooser_get_file_system (GtkFileChooser *chooser)
*
* When there is no application-supplied preview widget, or the
* application-supplied preview widget is not active, the file chooser
- * may display an internally generated preview of the current file or
- * it may display no preview at all.
+ * will display no preview at all.
*
* Since: 2.4
**/