diff options
| author | Ted Gould <ted@gould.cx> | 2009-12-18 12:08:12 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2009-12-18 12:08:12 -0600 |
| commit | 6cdcb68487310df683f7c836e94f9d2111b8bb78 (patch) | |
| tree | ff3eec6fef6478bf14935b3ae02d72c4692956a8 /tests/test-glib-layout-client.c | |
| parent | 6beb7871a30084471e949a998d961e42bc12e92b (diff) | |
| parent | 7cbec8065b76e02f383d9161b68fa2062b9db0b5 (diff) | |
| download | libdbusmenu-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-layout-client.c')
| -rw-r--r-- | tests/test-glib-layout-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-layout-client.c b/tests/test-glib-layout-client.c index a7dd683..6a79321 100644 --- a/tests/test-glib-layout-client.c +++ b/tests/test-glib-layout-client.c @@ -111,7 +111,7 @@ main (int argc, char ** argv) 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); g_timeout_add_seconds(10, timer_func, client); |
