forked from AuroraMiddleware/gtk
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:
parent
1fc0fc6991
commit
d181d74e77
@ -2,6 +2,8 @@
|
||||
|
||||
* 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)
|
||||
|
||||
2004-12-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
* 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)
|
||||
|
||||
2004-12-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
* 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)
|
||||
|
||||
2004-12-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
* 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)
|
||||
|
||||
2004-12-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user