From: Xavier Claessens Date: Wed, 13 Jun 2007 22:17:50 +0000 (+0000) Subject: Make use of ACTIVE_USER_WAIT_TO_ENABLE_TIME X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=c82238798de571010689f3a3f6207f37cba1bb2d Make use of ACTIVE_USER_WAIT_TO_ENABLE_TIME svn path=/trunk/; revision=149 --- diff --git a/libempathy-gtk/gossip-contact-list-store.c b/libempathy-gtk/gossip-contact-list-store.c index 887ce13e..5c8393a1 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); }