aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-layout-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-28 16:11:02 -0500
committerTed Gould <ted@canonical.com>2009-04-28 16:11:02 -0500
commit3701dfcaab6465a1aff34f1030cba8d559e271d3 (patch)
treebafa887955ad186e801a220861feff1c6f3779bb /tests/test-glib-layout-client.c
parentbc2a1a314b64960eda857284bc0149193433a0a1 (diff)
downloadlibdbusmenu-3701dfcaab6465a1aff34f1030cba8d559e271d3.tar.gz
libdbusmenu-3701dfcaab6465a1aff34f1030cba8d559e271d3.tar.bz2
libdbusmenu-3701dfcaab6465a1aff34f1030cba8d559e271d3.zip
Fixing address
Diffstat (limited to 'tests/test-glib-layout-client.c')
-rw-r--r--tests/test-glib-layout-client.c2
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);