diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-14 06:17:50 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-14 06:17:50 +0800 |
commit | c82238798de571010689f3a3f6207f37cba1bb2d (patch) | |
tree | 4f65d714e29656f57d9417330f04a3e9fcf110c4 /libempathy-gtk | |
parent | 4ce14ebec31f60a4a6bdd781f88607731912f557 (diff) | |
download | gsoc2013-empathy-c82238798de571010689f3a3f6207f37cba1bb2d.tar gsoc2013-empathy-c82238798de571010689f3a3f6207f37cba1bb2d.tar.gz gsoc2013-empathy-c82238798de571010689f3a3f6207f37cba1bb2d.tar.bz2 gsoc2013-empathy-c82238798de571010689f3a3f6207f37cba1bb2d.tar.lz gsoc2013-empathy-c82238798de571010689f3a3f6207f37cba1bb2d.tar.xz gsoc2013-empathy-c82238798de571010689f3a3f6207f37cba1bb2d.tar.zst gsoc2013-empathy-c82238798de571010689f3a3f6207f37cba1bb2d.zip |
Make use of ACTIVE_USER_WAIT_TO_ENABLE_TIME
svn path=/trunk/; revision=149
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/gossip-contact-list-store.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |