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)
This commit is contained in:
Matthias Clasen 2004-12-26 06:35:39 +00:00 committed by Matthias Clasen
parent 1fc0fc6991
commit d181d74e77
5 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,8 @@
* gtk/gtkfilechooser.c (gtk_file_chooser_set_action): * gtk/gtkfilechooser.c (gtk_file_chooser_set_action):
Typo fix. (#162219, Masao Mutoh) Typo fix. (#162219, Masao Mutoh)
(gtk_file_chooser_set_preview_widget_active):
Another typo. (#162218, Masao Mutoh)
2004-12-23 Matthias Clasen <mclasen@redhat.com> 2004-12-23 Matthias Clasen <mclasen@redhat.com>

View File

@ -2,6 +2,8 @@
* gtk/gtkfilechooser.c (gtk_file_chooser_set_action): * gtk/gtkfilechooser.c (gtk_file_chooser_set_action):
Typo fix. (#162219, Masao Mutoh) Typo fix. (#162219, Masao Mutoh)
(gtk_file_chooser_set_preview_widget_active):
Another typo. (#162218, Masao Mutoh)
2004-12-23 Matthias Clasen <mclasen@redhat.com> 2004-12-23 Matthias Clasen <mclasen@redhat.com>

View File

@ -2,6 +2,8 @@
* gtk/gtkfilechooser.c (gtk_file_chooser_set_action): * gtk/gtkfilechooser.c (gtk_file_chooser_set_action):
Typo fix. (#162219, Masao Mutoh) Typo fix. (#162219, Masao Mutoh)
(gtk_file_chooser_set_preview_widget_active):
Another typo. (#162218, Masao Mutoh)
2004-12-23 Matthias Clasen <mclasen@redhat.com> 2004-12-23 Matthias Clasen <mclasen@redhat.com>

View File

@ -2,6 +2,8 @@
* gtk/gtkfilechooser.c (gtk_file_chooser_set_action): * gtk/gtkfilechooser.c (gtk_file_chooser_set_action):
Typo fix. (#162219, Masao Mutoh) Typo fix. (#162219, Masao Mutoh)
(gtk_file_chooser_set_preview_widget_active):
Another typo. (#162218, Masao Mutoh)
2004-12-23 Matthias Clasen <mclasen@redhat.com> 2004-12-23 Matthias Clasen <mclasen@redhat.com>

View File

@ -1167,7 +1167,7 @@ gtk_file_chooser_get_preview_widget (GtkFileChooser *chooser)
* @active: whether to display the user-specified preview widget * @active: whether to display the user-specified preview widget
* *
* Sets whether the preview widget set by * 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 * current filename. When @active is set to false, the file chooser
* may display an internally generated preview of the current file * may display an internally generated preview of the current file
* or it may display no preview at all. See * or it may display no preview at all. See