aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-properties-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-18 12:08:12 -0600
committerTed Gould <ted@gould.cx>2009-12-18 12:08:12 -0600
commit6cdcb68487310df683f7c836e94f9d2111b8bb78 (patch)
treeff3eec6fef6478bf14935b3ae02d72c4692956a8 /tests/test-glib-properties-client.c
parent6beb7871a30084471e949a998d961e42bc12e92b (diff)
parent7cbec8065b76e02f383d9161b68fa2062b9db0b5 (diff)
downloadlibdbusmenu-6cdcb68487310df683f7c836e94f9d2111b8bb78.tar.gz
libdbusmenu-6cdcb68487310df683f7c836e94f9d2111b8bb78.tar.bz2
libdbusmenu-6cdcb68487310df683f7c836e94f9d2111b8bb78.zip
Updating to the basis of the v2 changes for dbusmenu
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);