]> Pileus Git - ~andy/gtk/commitdiff
Typo fix. (#162219, Masao Mutoh)
authorMatthias Clasen <mclasen@redhat.com>
Sun, 26 Dec 2004 06:28:00 +0000 (06:28 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 26 Dec 2004 06:28:00 +0000 (06:28 +0000)
2004-12-26  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooser.c (gtk_file_chooser_set_action):
Typo fix.  (#162219, Masao Mutoh)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkexpander.sgml
gtk/gtkfilechooser.c

index becb104fe539c9186f9ad6ea222e2c1cc79113b1..7b1c99d399d757994f924982b0bccc74ab44ca83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooser.c (gtk_file_chooser_set_action): 
+       Typo fix.  (#162219, Masao Mutoh)
+
 2004-12-23  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkliststore.c (gtk_list_store_iter_children): 
index becb104fe539c9186f9ad6ea222e2c1cc79113b1..7b1c99d399d757994f924982b0bccc74ab44ca83 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooser.c (gtk_file_chooser_set_action): 
+       Typo fix.  (#162219, Masao Mutoh)
+
 2004-12-23  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkliststore.c (gtk_list_store_iter_children): 
index becb104fe539c9186f9ad6ea222e2c1cc79113b1..7b1c99d399d757994f924982b0bccc74ab44ca83 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooser.c (gtk_file_chooser_set_action): 
+       Typo fix.  (#162219, Masao Mutoh)
+
 2004-12-23  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkliststore.c (gtk_list_store_iter_children): 
index becb104fe539c9186f9ad6ea222e2c1cc79113b1..7b1c99d399d757994f924982b0bccc74ab44ca83 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooser.c (gtk_file_chooser_set_action): 
+       Typo fix.  (#162219, Masao Mutoh)
+
 2004-12-23  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkliststore.c (gtk_list_store_iter_children): 
index 8fc3f7a1848dbc4fe33998385ee52769921abe6f..876888b9987b72b44b648c0da5095e96af3d2588 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkexpander.sgml: Typo fix. (#162219, Masao Mutoh)
+
 2004-12-20  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/tmpl/gtkitemfactory.sgml: Document GtkTranslateFunc
index b306f30083f73bff79560daeb62fed67b58630bd..2bdd68328783413e32b9610290873c41b9eaa045 100644 (file)
@@ -22,7 +22,7 @@ the triangles used in a #GtkTreeView.
     <title>Special Usage</title>
 
     <para>
-      There there are situations in which you may prefer to show and
+      There are situations in which you may prefer to show and
       hide the expanded widget yourself, such as when you want to
       actually create the widget at expansion time.  In this case,
       create a #GtkExpander but do not add a child to it.  The
index 377838809aee9bc50776e575f52f97bf6bd8434b..ab7ce1046731f91c1676ee7ece8ed4897c46411a 100644 (file)
@@ -258,7 +258,7 @@ gtk_file_chooser_error_quark (void)
  * @chooser: a #GtkFileChooser
  * @action: the action that the file selector is performing
  * 
- * Sets the type of operation that that the chooser is performing; the
+ * Sets the type of operation that the chooser is performing; the
  * user interface is adapted to suit the selected action. For example,
  * an option to create a new folder might be shown if the action is
  * %GTK_FILE_CHOOSER_ACTION_SAVE but not if the action is