From 2dc2f266359d30841fa2970dba0265cb22556b89 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 12 Jan 2009 16:38:46 -0600 Subject: Clean up the signal handlers and fixing the call in the test function. Now we're to the point of showing the way I think things should be. --- libindicate/tests/indicate-and-crash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libindicate/tests') diff --git a/libindicate/tests/indicate-and-crash.c b/libindicate/tests/indicate-and-crash.c index 3cf3968..3cf4428 100644 --- a/libindicate/tests/indicate-and-crash.c +++ b/libindicate/tests/indicate-and-crash.c @@ -10,7 +10,7 @@ main (int argc, char ** argv) g_type_init(); IndicateIndicator * indicator = indicate_indicator_new(); - indicate_indicator_show(indicator->server); + indicate_indicator_show(indicator); //g_timeout_add_seconds(15, crashfunc, NULL); -- cgit v1.2.3