aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-properties-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-18 13:22:07 -0600
committerTed Gould <ted@gould.cx>2009-12-18 13:22:07 -0600
commit66132fff9cfab8b0a071e1cc5b8116e70fa73cfd (patch)
tree30ede0f9f18001d87bec4d53ab10a4fa27168b97 /tests/test-glib-properties-client.c
parent49ae07290d8fb13ec4adae36759b0e0a94d1ea82 (diff)
parent6cdcb68487310df683f7c836e94f9d2111b8bb78 (diff)
downloadlibdbusmenu-66132fff9cfab8b0a071e1cc5b8116e70fa73cfd.tar.gz
libdbusmenu-66132fff9cfab8b0a071e1cc5b8116e70fa73cfd.tar.bz2
libdbusmenu-66132fff9cfab8b0a071e1cc5b8116e70fa73cfd.zip
* Updating trunk
* Changing API to be V0.2 for reals
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);