mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
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:
parent
a79926d0e9
commit
89c1bb49bd
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user