diff options
author | Ted Gould <ted@canonical.com> | 2009-01-13 13:38:29 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-13 13:38:29 -0600 |
commit | bba89edeba9b17832b1f6971c603541ee5877c8c (patch) | |
tree | 748c53fd3f2bd84f01d2b410f229e8c873241a03 /libindicate/tests | |
parent | 3dbe51dcc3772279ad0351fb9b1f183d288ec025 (diff) | |
download | libayatana-indicator-bba89edeba9b17832b1f6971c603541ee5877c8c.tar.gz libayatana-indicator-bba89edeba9b17832b1f6971c603541ee5877c8c.tar.bz2 libayatana-indicator-bba89edeba9b17832b1f6971c603541ee5877c8c.zip |
Return to crashing beauty
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 3cf4428..44be76e 100644 --- a/libindicate/tests/indicate-and-crash.c +++ b/libindicate/tests/indicate-and-crash.c @@ -12,7 +12,7 @@ main (int argc, char ** argv) IndicateIndicator * indicator = indicate_indicator_new(); indicate_indicator_show(indicator); - //g_timeout_add_seconds(15, crashfunc, NULL); + g_timeout_add_seconds(15, crashfunc, NULL); g_main_loop_run(g_main_loop_new(NULL, FALSE)); |