--- a/src/gtklist.h Tue Apr 01 07:48:28 2003 +0000 +++ b/src/gtklist.h Tue Apr 01 07:57:13 2003 +0000 @@ -51,13 +51,14 @@ GtkWidget *treeview; /**< It's a treeview... d'uh. */ GtkTreeStore *treemodel; /**< This is the treemodel. */ - GtkTreeViewColumn *idle_column, *warning_column, *buddy_icon_column; - + GtkWidget *bbox; /**< A Button Box. */ + guint refresh_timer; /**< The timer for refreshing every 30 seconds */ + guint timeout; /**< The timeout for the tooltip. */ GdkRectangle rect; /**< This is the bounding rectangle of the cell we're currently hovering over. This is