aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-properties-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-09 15:36:55 -0600
committerTed Gould <ted@gould.cx>2009-12-09 15:36:55 -0600
commit91636df6e71cb70c627e60d7a2399cbbc1da3c24 (patch)
tree74226c86057530a40178f87cc352d28cac37a21c /tests/test-glib-properties-client.c
parenta3492a08d1d914f0d62f8cc717288d4c10cda3ef (diff)
downloadlibdbusmenu-91636df6e71cb70c627e60d7a2399cbbc1da3c24.tar.gz
libdbusmenu-91636df6e71cb70c627e60d7a2399cbbc1da3c24.tar.bz2
libdbusmenu-91636df6e71cb70c627e60d7a2399cbbc1da3c24.zip
Switching to a new object number as now the bustler is there.
Diffstat (limited to 'tests/test-glib-properties-client.c')
-rw-r--r--tests/test-glib-properties-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-properties-client.c b/tests/test-glib-properties-client.c
index 39815aa..9e257ea 100644
--- a/tests/test-glib-properties-client.c
+++ b/tests/test-glib-properties-client.c
@@ -155,7 +155,7 @@ main (int argc, char ** argv)
/* 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(":1.1", "/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);