From 640720591a52701b852564fba3e0df3bd3c56e40 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 28 Apr 2009 15:53:57 -0500 Subject: Oops can't call the kill function first --- tests/test-glib-layout-client.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/test-glib-layout-client.c b/tests/test-glib-layout-client.c index 814f019..b2687e3 100644 --- a/tests/test-glib-layout-client.c +++ b/tests/test-glib-layout-client.c @@ -26,7 +26,6 @@ main (int argc, char ** argv) DbusmenuClient * client = dbusmenu_client_new(":1", "/org/test"); dbusmenu_client_get_root(client); - timer_func(NULL); g_timeout_add_seconds(2, timer_func, NULL); mainloop = g_main_loop_new(NULL, FALSE); -- cgit v1.2.3