]> Pileus Git - ~andy/gtk/commitdiff
Typo fix. (#162219, Masao Mutoh)
authorMatthias Clasen <mclasen@redhat.com>
Sun, 26 Dec 2004 06:35:39 +0000 (06:35 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 26 Dec 2004 06:35:39 +0000 (06:35 +0000)
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)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilechooser.c

index 7b1c99d399d757994f924982b0bccc74ab44ca83..fab2d2fe5899002170cc337ea5d838f593fe2bfe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 7b1c99d399d757994f924982b0bccc74ab44ca83..fab2d2fe5899002170cc337ea5d838f593fe2bfe 100644 (file)
@@ -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>
 
index 7b1c99d399d757994f924982b0bccc74ab44ca83..fab2d2fe5899002170cc337ea5d838f593fe2bfe 100644 (file)
@@ -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>
 
index 7b1c99d399d757994f924982b0bccc74ab44ca83..fab2d2fe5899002170cc337ea5d838f593fe2bfe 100644 (file)
@@ -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>
 
index ab7ce1046731f91c1676ee7ece8ed4897c46411a..ee774aeef9c73848e9b9e78c4ef707fa05ce4159 100644 (file)
@@ -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