aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-layout-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-22 20:51:37 -0600
committerTed Gould <ted@gould.cx>2009-12-22 20:51:37 -0600
commit0c85926daf6361821a4a6023e8756d1634fbfd85 (patch)
treef1c078601ccf19da5e6a2199f97af45fc4dd1e11 /tests/test-glib-layout-client.c
parent39cb6247d5a749ce102542adc8a30b73221fb686 (diff)
downloadlibdbusmenu-0c85926daf6361821a4a6023e8756d1634fbfd85.tar.gz
libdbusmenu-0c85926daf6361821a4a6023e8756d1634fbfd85.tar.bz2
libdbusmenu-0c85926daf6361821a4a6023e8756d1634fbfd85.zip
Removing the bustle captures as we're not using them and they seem to be breaking on Hudson.
Diffstat (limited to 'tests/test-glib-layout-client.c')
-rw-r--r--tests/test-glib-layout-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-layout-client.c b/tests/test-glib-layout-client.c
index 6a79321..a7dd683 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.1", "/org/test");
+ DbusmenuClient * client = dbusmenu_client_new(":1.0", "/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);