diff options
author | Ted Gould <ted@canonical.com> | 2009-01-12 16:38:46 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-12 16:38:46 -0600 |
commit | 2dc2f266359d30841fa2970dba0265cb22556b89 (patch) | |
tree | 99c4ea90f561684db2ac98f41f857f5100709a31 /libindicate/tests | |
parent | 3d55f9063f2ee1a1a472f5a7b0b4bfa4a798b1f9 (diff) | |
download | libayatana-indicator-2dc2f266359d30841fa2970dba0265cb22556b89.tar.gz libayatana-indicator-2dc2f266359d30841fa2970dba0265cb22556b89.tar.bz2 libayatana-indicator-2dc2f266359d30841fa2970dba0265cb22556b89.zip |
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.
Diffstat (limited to 'libindicate/tests')
-rw-r--r-- | libindicate/tests/indicate-and-crash.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |