diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-12-26 06:35:39 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-12-26 06:35:39 +0000 |
commit | d181d74e77565f13b5a094172c1e5b957f32814b (patch) | |
tree | 440515b57dc47023f4711ca8b3e0682d4f5b78f1 /gtk/gtkfilechooser.c | |
parent | 1fc0fc699149a37bdceca76cabc4b66cd0d8a8ac (diff) | |
download | gtk+-d181d74e77565f13b5a094172c1e5b957f32814b.tar.gz |
Typo fix. (#162219, Masao Mutoh)
2004-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooser.c (gtk_file_chooser_set_action):
Typo fix. (#162219, Masao Mutoh)
(gtk_file_chooser_set_preview_widget_active):
Another typo. (#162218, Masao Mutoh)
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index ab7ce10467..ee774aeef9 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -1167,7 +1167,7 @@ gtk_file_chooser_get_preview_widget (GtkFileChooser *chooser) * @active: whether to display the user-specified preview widget * * Sets whether the preview widget set by - * gtk_file_chooser_set_preview_widget_active() should be shown for the + * gtk_file_chooser_set_preview_widget() should be shown for the * current filename. When @active is set to false, the file chooser * may display an internally generated preview of the current file * or it may display no preview at all. See |