| 4577 if (node) |
4577 if (node) |
| 4578 pidgin_blist_draw_tooltip(node, gtkconv->infopane); |
4578 pidgin_blist_draw_tooltip(node, gtkconv->infopane); |
| 4579 return FALSE; |
4579 return FALSE; |
| 4580 } |
4580 } |
| 4581 |
4581 |
| 4582 static void |
4582 static gboolean |
| 4583 pidgin_conv_leave_cb (GtkWidget *w, GdkEventCrossing *e, PidginConversation *gtkconv) |
4583 pidgin_conv_leave_cb (GtkWidget *w, GdkEventCrossing *e, PidginConversation *gtkconv) |
| 4584 { |
4584 { |
| 4585 pidgin_blist_tooltip_destroy(); |
4585 pidgin_blist_tooltip_destroy(); |
| 4586 reset_tooltip(); |
4586 reset_tooltip(); |
| |
4587 return FALSE; |
| 4587 } |
4588 } |
| 4588 |
4589 |
| 4589 static gboolean |
4590 static gboolean |
| 4590 pidgin_conv_motion_cb (GtkWidget *infopane, GdkEventMotion *event, PidginConversation *gtkconv) |
4591 pidgin_conv_motion_cb (GtkWidget *infopane, GdkEventMotion *event, PidginConversation *gtkconv) |
| 4591 { |
4592 { |