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
This commit is contained in:
Sven Neumann 2008-03-03 12:35:43 +00:00 committed by Sven Neumann
parent 2d0901a524
commit 845a4632d9
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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
*/