forked from AuroraMiddleware/gtk
Make clicked an action signal. (#325782, Martyn Russell)
2006-01-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtktoolbutton.c (gtk_tool_button_class_init): Make clicked an action signal. (#325782, Martyn Russell)
This commit is contained in:
parent
d08217457f
commit
12b2db9c67
@ -1,5 +1,8 @@
|
||||
2006-01-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktoolbutton.c (gtk_tool_button_class_init): Make clicked
|
||||
an action signal. (#325782, Martyn Russell)
|
||||
|
||||
* gtk/gtkviewport.c (viewport_set_adjustment): Disconnect from
|
||||
the old adjustments signals. (#325869, Jorn Baayen)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2006-01-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktoolbutton.c (gtk_tool_button_class_init): Make clicked
|
||||
an action signal. (#325782, Martyn Russell)
|
||||
|
||||
* gtk/gtkviewport.c (viewport_set_adjustment): Disconnect from
|
||||
the old adjustments signals. (#325869, Jorn Baayen)
|
||||
|
||||
|
@ -242,7 +242,7 @@ gtk_tool_button_class_init (GtkToolButtonClass *klass)
|
||||
toolbutton_signals[CLICKED] =
|
||||
g_signal_new (I_("clicked"),
|
||||
G_OBJECT_CLASS_TYPE (klass),
|
||||
G_SIGNAL_RUN_FIRST,
|
||||
G_SIGNAL_RUN_FIRST | G_SIGNAL_ACTION,
|
||||
G_STRUCT_OFFSET (GtkToolButtonClass, clicked),
|
||||
NULL, NULL,
|
||||
g_cclosure_marshal_VOID__VOID,
|
||||
|
Loading…
Reference in New Issue
Block a user