aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-proxy-server.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-11-19 17:08:52 -0600
committerTed Gould <ted@gould.cx>2010-11-19 17:08:52 -0600
commitf5cc5d5809ac1bc60ed2f90424e95988f84194db (patch)
tree644405e7665c4ab5bade62f38f2f45b4e5880654 /tests/test-glib-proxy-server.c
parenta3482b774239b10010fd9d9734333afc09c1beb8 (diff)
downloadlibdbusmenu-f5cc5d5809ac1bc60ed2f90424e95988f84194db.tar.gz
libdbusmenu-f5cc5d5809ac1bc60ed2f90424e95988f84194db.tar.bz2
libdbusmenu-f5cc5d5809ac1bc60ed2f90424e95988f84194db.zip
Wrong bus name
Diffstat (limited to 'tests/test-glib-proxy-server.c')
-rw-r--r--tests/test-glib-proxy-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-proxy-server.c b/tests/test-glib-proxy-server.c
index c12a584..a5dfd4e 100644
--- a/tests/test-glib-proxy-server.c
+++ b/tests/test-glib-proxy-server.c
@@ -123,7 +123,7 @@ main (int argc, char ** argv)
g_type_init();
g_bus_own_name(G_BUS_TYPE_SESSION,
- "org.dbusmenu.test",
+ "test.proxy.server",
G_BUS_NAME_OWNER_FLAGS_NONE,
on_bus,
NULL,