diff src/buddy.c @ 4730:9d3b7b106def

[gaim-migrate @ 5043] Fixed a pair of bugs. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 12 Mar 2003 23:19:39 +0000
parents 751c37a940dd
children c15e0699acae
line wrap: on
line diff
--- 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)