From 0ab84cc3ffe6129ae40ad436eb62fccbd52b00ad Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 13 Oct 2007 11:47:48 +0000 Subject: Use g_timeout_add_seconds when appropriated to avoid weaking the process 2007-10-13 Xavier Claessens * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-presence-chooser.c: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-contact-list-store.c: * libempathy-gtk/empathy-chat-window.c: * libempathy/empathy-idle.c: * tests/contact-manager.c: Use g_timeout_add_seconds when appropriated to avoid weaking the process too much. svn path=/trunk/; revision=370 --- tests/contact-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/contact-manager.c b/tests/contact-manager.c index a8831a971..75bfc7fae 100644 --- a/tests/contact-manager.c +++ b/tests/contact-manager.c @@ -22,7 +22,7 @@ main (int argc, char **argv) main_loop = g_main_loop_new (NULL, FALSE); manager = empathy_contact_manager_new (); - g_timeout_add (5000, time_out, main_loop); + g_timeout_add_seconds (5, time_out, main_loop); g_main_loop_run (main_loop); -- cgit v1.2.3