Remove GTK_SIGNAL_ACTION from the file-set signal, that wasn't supposed to

* gtk/gtkfilechooserbutton.c: Remove GTK_SIGNAL_ACTION
        from the file-set signal, that wasn't supposed to have it.


svn path=/trunk/; revision=22306
This commit is contained in:
Matthias Clasen 2009-02-11 06:29:24 +00:00
parent a79926d0e9
commit 89c1bb49bd
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 353196 Add a file-set signal to GtkFileChooserButton
* gtk/gtkfilechooserbutton.c: Remove GTK_SIGNAL_ACTION
from the file-set signal, that wasn't supposed to have it.
2009-02-10 Takao Fujiwara <takao.fujiwara@sun.com>
Bug 571015 libprintbackend-cups has unlocalized strings

View File

@ -358,7 +358,7 @@ gtk_file_chooser_button_class_init (GtkFileChooserButtonClass * class)
file_chooser_button_signals[FILE_SET] =
g_signal_new (I_("file-set"),
G_TYPE_FROM_CLASS (gobject_class),
G_SIGNAL_RUN_FIRST | G_SIGNAL_ACTION,
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (GtkFileChooserButtonClass, file_set),
NULL, NULL,
_gtk_marshal_VOID__VOID,