diff options
author | Ted Gould <ted@canonical.com> | 2009-04-28 15:53:57 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-28 15:53:57 -0500 |
commit | 640720591a52701b852564fba3e0df3bd3c56e40 (patch) | |
tree | 91e6c459584b51cd7c7b096332a971c68298ffa1 /tests | |
parent | a10757b066e0291cde11136c2b33b5b6ebcccad5 (diff) | |
download | libdbusmenu-640720591a52701b852564fba3e0df3bd3c56e40.tar.gz libdbusmenu-640720591a52701b852564fba3e0df3bd3c56e40.tar.bz2 libdbusmenu-640720591a52701b852564fba3e0df3bd3c56e40.zip |
Oops can't call the kill function first
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-glib-layout-client.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |