diff src/gtklist.h @ 4944:5fe846b7603f

[gaim-migrate @ 5278] Fixes by Rob "Robot101" McQueen: Buddies who sign off within 10 seconds of signing on won't get stuck "online" forever Idle times refresh every minute Show icons/text on the buddy list buttons works now URL tooltips in gtkimhtml won't linger around for no good reason. Thanks, Rob. And Rob Flynn is a spoil sport ;) committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 01 Apr 2003 07:57:13 +0000
parents 8a20332821b6
children f82e6763e039
line wrap: on
line diff
--- 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