summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-01-06 15:21:32 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-01-06 15:21:32 +0000
commit12b2db9c678f6860df75a5f5eab4e542021e4011 (patch)
tree6f1abfd21b0b27761fb5538b5869b286f2b8615d /gtk/gtktoolbutton.c
parentd08217457f6b2debe83ae7bce00d151d08e7555e (diff)
downloadgtk+-12b2db9c678f6860df75a5f5eab4e542021e4011.tar.gz
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)
Diffstat (limited to 'gtk/gtktoolbutton.c')
-rw-r--r--gtk/gtktoolbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolbutton.c b/gtk/gtktoolbutton.c
index fcb7f92f91..8ea3904be1 100644
--- a/gtk/gtktoolbutton.c
+++ b/gtk/gtktoolbutton.c
@@ -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,