From 243256ad4ea4be088adf0a7b9663b4b428041b8f Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 9 Sep 2003 15:37:54 +0000 Subject: [PATCH] Small doc fix --- gtk/gtkfilechooser.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index f27fccfd30..45e233646b 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -915,9 +915,10 @@ _gtk_file_chooser_get_file_system (GtkFileChooser *chooser) * and set the preview active using gtk_file_chooser_set_preview_widget_active(). * Otherwise, set the preview inactive. * - * When there is 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. + * 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. **/ void gtk_file_chooser_set_preview_widget (GtkFileChooser *chooser,