diff options
author | Ted Gould <ted@canonical.com> | 2009-04-28 16:11:02 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-28 16:11:02 -0500 |
commit | 3701dfcaab6465a1aff34f1030cba8d559e271d3 (patch) | |
tree | bafa887955ad186e801a220861feff1c6f3779bb /tests | |
parent | bc2a1a314b64960eda857284bc0149193433a0a1 (diff) | |
download | libdbusmenu-3701dfcaab6465a1aff34f1030cba8d559e271d3.tar.gz libdbusmenu-3701dfcaab6465a1aff34f1030cba8d559e271d3.tar.bz2 libdbusmenu-3701dfcaab6465a1aff34f1030cba8d559e271d3.zip |
Fixing address
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-glib-layout-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-layout-client.c b/tests/test-glib-layout-client.c index b2687e3..2a1f583 100644 --- a/tests/test-glib-layout-client.c +++ b/tests/test-glib-layout-client.c @@ -23,7 +23,7 @@ main (int argc, char ** argv) { g_type_init(); - DbusmenuClient * client = dbusmenu_client_new(":1", "/org/test"); + DbusmenuClient * client = dbusmenu_client_new(":1.1", "/org/test"); dbusmenu_client_get_root(client); g_timeout_add_seconds(2, timer_func, NULL); |