summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--gtk/gtkfilechooserbutton.c8
2 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index fbabecd5cc..4849413be0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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).
+
2008-03-03 Tor Lillqvist <tml@novell.com>
* gtk-zip.sh.in: Add gail bits. Simplify check for message catalog
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
*/