src/gtklist.h

changeset 4944
032dac83798e
parent 4929
747c1bc83be4
child 5018
796b55b2e7c4
--- 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 

mercurial