--- a/src/buddy.c Wed Mar 12 21:43:39 2003 +0000 +++ b/src/buddy.c Wed Mar 12 23:19:39 2003 +0000 @@ -433,7 +433,7 @@ return FALSE; } -static void gaim_gtk_blist_motion_cb (GtkWidget *tv, GdkEventMotion *event, gpointer null) +static gboolean gaim_gtk_blist_motion_cb (GtkWidget *tv, GdkEventMotion *event, gpointer null) { GtkTreePath *path; @@ -454,6 +454,7 @@ if (path) gtk_tree_path_free(path); gtkblist->timeout = g_timeout_add(500, (GSourceFunc)gaim_gtk_blist_tooltip_timeout, tv); + return FALSE; } static void gaim_gtk_blist_leave_cb (GtkWidget *w, GdkEventCrossing *e, gpointer n)