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:
@ -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>
|
2009-02-10 Takao Fujiwara <takao.fujiwara@sun.com>
|
||||||
|
|
||||||
Bug 571015 – libprintbackend-cups has unlocalized strings
|
Bug 571015 – libprintbackend-cups has unlocalized strings
|
||||||
|
|||||||
@ -358,7 +358,7 @@ gtk_file_chooser_button_class_init (GtkFileChooserButtonClass * class)
|
|||||||
file_chooser_button_signals[FILE_SET] =
|
file_chooser_button_signals[FILE_SET] =
|
||||||
g_signal_new (I_("file-set"),
|
g_signal_new (I_("file-set"),
|
||||||
G_TYPE_FROM_CLASS (gobject_class),
|
G_TYPE_FROM_CLASS (gobject_class),
|
||||||
G_SIGNAL_RUN_FIRST | G_SIGNAL_ACTION,
|
G_SIGNAL_RUN_FIRST,
|
||||||
G_STRUCT_OFFSET (GtkFileChooserButtonClass, file_set),
|
G_STRUCT_OFFSET (GtkFileChooserButtonClass, file_set),
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
_gtk_marshal_VOID__VOID,
|
_gtk_marshal_VOID__VOID,
|
||||||
|
|||||||
Reference in New Issue
Block a user