diff pidgin/gtkroomlist.c @ 21885:f5d961556972

Refactor some of the tooltip drawing functions. And add some pretend docs. Also, fix a bug where a tooltip would popup when hovering over the treeview headers (in the roomlist, for example).
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 18 Dec 2007 09:17:39 +0000
parents 6bf73aea6450
children 5814ae85e756
line wrap: on
line diff
--- a/pidgin/gtkroomlist.c	Tue Dec 18 06:32:42 2007 +0000
+++ b/pidgin/gtkroomlist.c	Tue Dec 18 09:17:39 2007 +0000
@@ -346,7 +346,7 @@
 #define TOOLTIP_BORDER 12
 
 static gboolean
-pidgin_roomlist_paint_tooltip(GtkWidget *widget, GdkEventExpose *event, gpointer user_data)
+pidgin_roomlist_paint_tooltip(GtkWidget *widget, gpointer user_data)
 {
 	PurpleRoomlist *list = user_data;
 	PidginRoomlist *grl = list->ui_data;