aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-proxy-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-09 15:15:45 -0600
committerTed Gould <ted@gould.cx>2010-02-09 15:15:45 -0600
commitf8f935ea451c7b102a6b83b72c90d73255dac139 (patch)
tree2648937efb86259b4ce8b018478d954c9faf107f /tests/test-glib-proxy-client.c
parent54060d44446cea023842e2a70ea3aec4857272b7 (diff)
downloadlibdbusmenu-f8f935ea451c7b102a6b83b72c90d73255dac139.tar.gz
libdbusmenu-f8f935ea451c7b102a6b83b72c90d73255dac139.tar.bz2
libdbusmenu-f8f935ea451c7b102a6b83b72c90d73255dac139.zip
Setting this stuff up. Woot.
Diffstat (limited to 'tests/test-glib-proxy-client.c')
-rw-r--r--tests/test-glib-proxy-client.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/test-glib-proxy-client.c b/tests/test-glib-proxy-client.c
index 434465a..7e3541a 100644
--- a/tests/test-glib-proxy-client.c
+++ b/tests/test-glib-proxy-client.c
@@ -154,10 +154,7 @@ main (int argc, char ** argv)
{
g_type_init();
- /* Make sure the server starts up and all that */
- g_usleep(500000);
-
- DbusmenuClient * client = dbusmenu_client_new(":1.0", "/org/test");
+ DbusmenuClient * client = dbusmenu_client_new("test.proxy.first_proxy", "/org/test");
g_signal_connect(G_OBJECT(client), DBUSMENU_CLIENT_SIGNAL_LAYOUT_UPDATED, G_CALLBACK(layout_updated), NULL);
death_timer = g_timeout_add_seconds(10, timer_func, client);