diff src/gtkblist.h @ 11890:fdb78734e2ae

[gaim-migrate @ 14181] what does everyone think of these new tooltips? committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 29 Oct 2005 17:13:41 +0000
parents b9b7a010b043
children 2b6e0be024fb
line wrap: on
line diff
--- a/src/gtkblist.h	Sat Oct 29 15:25:22 2005 +0000
+++ b/src/gtkblist.h	Sat Oct 29 17:13:41 2005 +0000
@@ -83,7 +83,7 @@
 	GaimBlistNode *mouseover_contact; /**< This is the contact currently mouse-over expanded */
 
 	GtkWidget *tipwindow;            /**< The window used by the tooltip */
-	char *tooltiptext;               /**< The text displayed in tipwindow */
+	GList *tooltipdata;              /**< The data for each "chunk" of the tooltip */
 
 	GaimBlistNode *selected_node;   /**< The currently selected node */
         GtkWidget *statusbox;            /**< The status selector dropdown */