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)
This commit is contained in:
Matthias Clasen 2004-12-26 06:28:00 +00:00 committed by Matthias Clasen
parent 6e63a0b871
commit 1fc0fc6991
7 changed files with 26 additions and 2 deletions

View 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> 2004-12-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkliststore.c (gtk_list_store_iter_children): * gtk/gtkliststore.c (gtk_list_store_iter_children):

View 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> 2004-12-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkliststore.c (gtk_list_store_iter_children): * gtk/gtkliststore.c (gtk_list_store_iter_children):

View 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> 2004-12-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkliststore.c (gtk_list_store_iter_children): * gtk/gtkliststore.c (gtk_list_store_iter_children):

View 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> 2004-12-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkliststore.c (gtk_list_store_iter_children): * gtk/gtkliststore.c (gtk_list_store_iter_children):

View 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> 2004-12-20 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkitemfactory.sgml: Document GtkTranslateFunc * gtk/tmpl/gtkitemfactory.sgml: Document GtkTranslateFunc

View File

@ -22,7 +22,7 @@ the triangles used in a #GtkTreeView.
<title>Special Usage</title> <title>Special Usage</title>
<para> <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 hide the expanded widget yourself, such as when you want to
actually create the widget at expansion time. In this case, actually create the widget at expansion time. In this case,
create a #GtkExpander but do not add a child to it. The create a #GtkExpander but do not add a child to it. The

View File

@ -258,7 +258,7 @@ gtk_file_chooser_error_quark (void)
* @chooser: a #GtkFileChooser * @chooser: a #GtkFileChooser
* @action: the action that the file selector is performing * @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, * 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 * 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 * %GTK_FILE_CHOOSER_ACTION_SAVE but not if the action is