diff src/gtkblist.h @ 10354:0c985021a1d8

[gaim-migrate @ 11571] Removed "Auto-expand contacts," defaulted to "no." Added the auto-expand functionality to when a drag is being accepted (useful for organizing your list and for choosing a specific account to file transfer to if need be). I may have missed a few kinks in changing it over, so test this. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 13 Dec 2004 02:17:04 +0000
parents f8e2e8ee9aa0
children ec82cbb21fe8
line wrap: on
line diff
--- a/src/gtkblist.h	Mon Dec 13 02:02:05 2004 +0000
+++ b/src/gtkblist.h	Mon Dec 13 02:17:04 2004 +0000
@@ -71,6 +71,7 @@
 	guint refresh_timer;            /**< The timer for refreshing every 30 seconds */
 
 	guint      timeout;              /**< The timeout for the tooltip. */
+	guint      drag_timeout;         /**< The timeout for expanding contacts on drags */
 	GdkRectangle tip_rect;           /**< This is the bounding rectangle of the
 					      cell we're currently hovering over.  This is
 					      used for tooltips. */