diff options
author | Ted Gould <ted@gould.cx> | 2009-12-09 15:36:55 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-09 15:36:55 -0600 |
commit | 91636df6e71cb70c627e60d7a2399cbbc1da3c24 (patch) | |
tree | 74226c86057530a40178f87cc352d28cac37a21c /tests | |
parent | a3492a08d1d914f0d62f8cc717288d4c10cda3ef (diff) | |
download | libdbusmenu-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')
-rw-r--r-- | tests/test-glib-properties-client.c | 2 |
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); |