From c82238798de571010689f3a3f6207f37cba1bb2d Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 13 Jun 2007 22:17:50 +0000 Subject: Make use of ACTIVE_USER_WAIT_TO_ENABLE_TIME svn path=/trunk/; revision=149 --- libempathy-gtk/gossip-contact-list-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/gossip-contact-list-store.c b/libempathy-gtk/gossip-contact-list-store.c index 887ce13e4..5c8393a1c 100644 --- a/libempathy-gtk/gossip-contact-list-store.c +++ b/libempathy-gtk/gossip-contact-list-store.c @@ -233,7 +233,7 @@ gossip_contact_list_store_init (GossipContactListStore *store) priv = GET_PRIV (store); - priv->inhibit_active = g_timeout_add (1000, + priv->inhibit_active = g_timeout_add (ACTIVE_USER_WAIT_TO_ENABLE_TIME, (GSourceFunc) contact_list_store_inibit_active_cb, store); } -- cgit v1.2.3