diff options
author | Ted Gould <ted@canonical.com> | 2009-01-09 16:44:07 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-09 16:44:07 -0600 |
commit | 4d937802ae225e0c3d5c6910697b1b9ebb8dfe93 (patch) | |
tree | eae95859e91675f3ceabd214103a692f66fada79 /libindicate | |
parent | 55794df35a7c9b3d44351be737fd5ef491655207 (diff) | |
download | libayatana-indicator-4d937802ae225e0c3d5c6910697b1b9ebb8dfe93.tar.gz libayatana-indicator-4d937802ae225e0c3d5c6910697b1b9ebb8dfe93.tar.bz2 libayatana-indicator-4d937802ae225e0c3d5c6910697b1b9ebb8dfe93.zip |
Adding in a show to help debugging
Diffstat (limited to 'libindicate')
-rw-r--r-- | libindicate/tests/indicate-and-crash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libindicate/tests/indicate-and-crash.c b/libindicate/tests/indicate-and-crash.c index 624cc0c..1886a24 100644 --- a/libindicate/tests/indicate-and-crash.c +++ b/libindicate/tests/indicate-and-crash.c @@ -10,6 +10,7 @@ main (int argc, char ** argv) g_type_init(); IndicateIndicator * indicator = indicate_indicator_new(); + indicate_server_show(indicator->server); g_timeout_add_seconds(15, crashfunc, NULL); |