summaryrefslogtreecommitdiff
path: root/gtk/gtktipsquery.c
diff options
context:
space:
mode:
authorTim Janik <timj@gimp.org>1998-03-15 08:53:59 +0000
committerTim Janik <timj@src.gnome.org>1998-03-15 08:53:59 +0000
commit9ce0cb6037f5019063faace67a321f47e9cece90 (patch)
tree40f75ad20261309c91ffb48a55ae39101fc2deb9 /gtk/gtktipsquery.c
parent85764dad3398424821f7fd49ffe22ef61b837726 (diff)
downloadgtk+-9ce0cb6037f5019063faace67a321f47e9cece90.tar.gz
changed run type of GtkTipsQuery::widget_entered to GTK_RUN_LAST, so it
Sun Mar 15 08:27:06 1998 Tim Janik <timj@gimp.org> * gtk/gtktipsquery.c (gtk_tips_query_set_labels): changed run type of GtkTipsQuery::widget_entered to GTK_RUN_LAST, so it can be overidden by the user.
Diffstat (limited to 'gtk/gtktipsquery.c')
-rw-r--r--gtk/gtktipsquery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktipsquery.c b/gtk/gtktipsquery.c
index 657432af6f..6c1b1b90c9 100644
--- a/gtk/gtktipsquery.c
+++ b/gtk/gtktipsquery.c
@@ -175,7 +175,7 @@ gtk_tips_query_class_init (GtkTipsQueryClass *class)
GTK_TYPE_NONE, 0);
tips_query_signals[SIGNAL_WIDGET_ENTERED] =
gtk_signal_new ("widget_entered",
- GTK_RUN_FIRST,
+ GTK_RUN_LAST,
object_class->type,
GTK_SIGNAL_OFFSET (GtkTipsQueryClass, widget_entered),
gtk_tips_query_marshal_widget_entered,