]> git.0d.be Git - empathy.git/commitdiff
Make use of ACTIVE_USER_WAIT_TO_ENABLE_TIME
authorXavier Claessens <xclaesse@src.gnome.org>
Wed, 13 Jun 2007 22:17:50 +0000 (22:17 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Wed, 13 Jun 2007 22:17:50 +0000 (22:17 +0000)
svn path=/trunk/; revision=149

libempathy-gtk/gossip-contact-list-store.c

index 887ce13e49f5c9f902c7919fae90570ff1d1eae2..5c8393a1c5c3f8780624d34f7c4abfc69a774732 100644 (file)
@@ -233,7 +233,7 @@ gossip_contact_list_store_init (GossipContactListStore *store)
 
        priv = GET_PRIV (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);
 }
                                              (GSourceFunc) contact_list_store_inibit_active_cb,
                                              store);
 }