From 2c157aa63cbc5904ca8ae1481a705309be6b7ed2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 12 Feb 2009 16:44:59 -0600 Subject: Forgot to set the timer back to something reasonable! --- tests/im-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/im-client.c b/tests/im-client.c index d47903b..3419a9d 100644 --- a/tests/im-client.c +++ b/tests/im-client.c @@ -82,7 +82,7 @@ main (int argc, char ** argv) g_signal_connect(G_OBJECT(indicator), INDICATE_INDICATOR_SIGNAL_DISPLAY, G_CALLBACK(display), NULL); - g_timeout_add_seconds(10, timeout_cb, indicator); + g_timeout_add_seconds(180, timeout_cb, indicator); g_main_loop_run(g_main_loop_new(NULL, FALSE)); -- cgit v1.2.3