summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserbutton.c
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2008-03-03 12:35:43 +0000
committerSven Neumann <neo@src.gnome.org>2008-03-03 12:35:43 +0000
commit845a4632d9c9bb909b4dc05e0a98123d6b4abd66 (patch)
treec2b596426b4cdec2d29dfdde4f04361e0b4e0b02 /gtk/gtkfilechooserbutton.c
parent2d0901a5244a24bae631ddd73cba6678b442e967 (diff)
downloadgtk+-845a4632d9c9bb909b4dc05e0a98123d6b4abd66.tar.gz
fixed a typo in the documentation of the GtkFileChooserButtons::file-set
2008-03-03 Sven Neumann <sven@gimp.org> * gtk/gtkfilechooserbutton.c (G_DEFINE_TYPE_WITH_CODE): fixed a typo in the documentation of the GtkFileChooserButtons::file-set signal (see bug #353196). svn path=/trunk/; revision=19696
Diffstat (limited to 'gtk/gtkfilechooserbutton.c')
-rw-r--r--gtk/gtkfilechooserbutton.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c
index 927eca6da8..9e31e05063 100644
--- a/gtk/gtkfilechooserbutton.c
+++ b/gtk/gtkfilechooserbutton.c
@@ -348,15 +348,15 @@ gtk_file_chooser_button_class_init (GtkFileChooserButtonClass * class)
widget_class->style_set = gtk_file_chooser_button_style_set;
widget_class->screen_changed = gtk_file_chooser_button_screen_changed;
widget_class->mnemonic_activate = gtk_file_chooser_button_mnemonic_activate;
-
+
/**
- * GtkFileChooserButtons::file-set:
+ * GtkFileChooserButton::file-set:
* @widget: the object which received the signal.
*
* The ::file-set signal is emitted when the user selects a file.
- *
+ *
* Note that this signal is only emitted when the <emphasis>user</emphasis>
- * changes the file.
+ * changes the file.
*
* Since: 2.12
*/