summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-12-26 06:28:00 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-12-26 06:28:00 +0000
commit1fc0fc699149a37bdceca76cabc4b66cd0d8a8ac (patch)
tree7fa37fa6159f727ab04e57e4f6c2f952f0544aaa
parent6e63a0b8719954156fcfd762c71c5cd8302b63d0 (diff)
downloadgtk+-1fc0fc699149a37bdceca76cabc4b66cd0d8a8ac.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)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gtk/tmpl/gtkexpander.sgml2
-rw-r--r--gtk/gtkfilechooser.c2
7 files changed, 26 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index becb104fe5..7b1c99d399 100644
--- 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):
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index becb104fe5..7b1c99d399 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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):
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index becb104fe5..7b1c99d399 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -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):
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index becb104fe5..7b1c99d399 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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):
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 8fc3f7a184..876888b998 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -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
diff --git a/docs/reference/gtk/tmpl/gtkexpander.sgml b/docs/reference/gtk/tmpl/gtkexpander.sgml
index b306f30083..2bdd683287 100644
--- a/docs/reference/gtk/tmpl/gtkexpander.sgml
+++ b/docs/reference/gtk/tmpl/gtkexpander.sgml
@@ -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
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index 377838809a..ab7ce10467 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -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