diff options
author | Ted Gould <ted@gould.cx> | 2010-11-19 17:08:52 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-11-19 17:08:52 -0600 |
commit | f5cc5d5809ac1bc60ed2f90424e95988f84194db (patch) | |
tree | 644405e7665c4ab5bade62f38f2f45b4e5880654 /tests | |
parent | a3482b774239b10010fd9d9734333afc09c1beb8 (diff) | |
download | libdbusmenu-f5cc5d5809ac1bc60ed2f90424e95988f84194db.tar.gz libdbusmenu-f5cc5d5809ac1bc60ed2f90424e95988f84194db.tar.bz2 libdbusmenu-f5cc5d5809ac1bc60ed2f90424e95988f84194db.zip |
Wrong bus name
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-glib-proxy-server.c | 2 |
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, |