From b687b3aefb3b7a231d18dea06ca511b990049487 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 12 Jan 2009 16:07:22 -0600 Subject: Changing to showing the inicator and make it so that we dont' crash right now. --- libindicate/tests/indicate-and-crash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libindicate/tests/indicate-and-crash.c') diff --git a/libindicate/tests/indicate-and-crash.c b/libindicate/tests/indicate-and-crash.c index 1886a24..fbc32b0 100644 --- a/libindicate/tests/indicate-and-crash.c +++ b/libindicate/tests/indicate-and-crash.c @@ -10,9 +10,9 @@ main (int argc, char ** argv) g_type_init(); IndicateIndicator * indicator = indicate_indicator_new(); - indicate_server_show(indicator->server); + indicator_show(indicator->server); - g_timeout_add_seconds(15, crashfunc, NULL); + //g_timeout_add_seconds(15, crashfunc, NULL); g_main_loop_run(g_main_loop_new(NULL, FALSE)); -- cgit v1.2.3