aboutsummaryrefslogtreecommitdiff
path: root/tests/service-shutdown-timeout.c
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2013-04-12 13:56:52 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2013-04-12 13:56:52 +0200
commit5c5f7780b413dccb4b55f30da70a433a6f400020 (patch)
treea494ae90dc308e8ceaf36f3df4ca5e1aa847dd3a /tests/service-shutdown-timeout.c
parent7f0c703a70b02b7c7724abb36d3bc1be8b613521 (diff)
downloadlibayatana-indicator-5c5f7780b413dccb4b55f30da70a433a6f400020.tar.gz
libayatana-indicator-5c5f7780b413dccb4b55f30da70a433a6f400020.tar.bz2
libayatana-indicator-5c5f7780b413dccb4b55f30da70a433a6f400020.zip
tests: fix compilation and make check.
Diffstat (limited to 'tests/service-shutdown-timeout.c')
-rw-r--r--tests/service-shutdown-timeout.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/service-shutdown-timeout.c b/tests/service-shutdown-timeout.c
index e461af0..b909077 100644
--- a/tests/service-shutdown-timeout.c
+++ b/tests/service-shutdown-timeout.c
@@ -48,8 +48,6 @@ shutdown (void)
int
main (int argc, char ** argv)
{
- g_type_init();
-
IndicatorService * is = indicator_service_new("my.test.name");
g_signal_connect(G_OBJECT(is), INDICATOR_SERVICE_SIGNAL_SHUTDOWN, shutdown, NULL);