From 22e6abdd0a1bea1ee257da6eeb767228aeff212c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 4 May 2009 14:07:16 +0100 Subject: Some timers to get things lined up correctly and other little cleanups to stop breaking this. --- tests/test-glib-layout-client.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/test-glib-layout-client.c') diff --git a/tests/test-glib-layout-client.c b/tests/test-glib-layout-client.c index e6fc1ba..bc8eb2c 100644 --- a/tests/test-glib-layout-client.c +++ b/tests/test-glib-layout-client.c @@ -23,7 +23,9 @@ main (int argc, char ** argv) { g_type_init(); - DbusmenuClient * client = dbusmenu_client_new(":1.1", "/org/test"); + g_usleep(10000); + + DbusmenuClient * client = dbusmenu_client_new(":1.0", "/org/test"); g_timeout_add_seconds(2, timer_func, client); -- cgit v1.2.3