aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-proxy-proxy.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-11-18 15:07:00 -0600
committerTed Gould <ted@gould.cx>2010-11-18 15:07:00 -0600
commitc2953a6f3f099db35bc79415f2bb0c767f325c44 (patch)
tree0ace6f1606bc455405eff36d1a43e5adeddc76fb /tests/test-glib-proxy-proxy.c
parentcaea84d6056d1ab1dd9744af5be9ac05670be8f9 (diff)
downloadlibdbusmenu-c2953a6f3f099db35bc79415f2bb0c767f325c44.tar.gz
libdbusmenu-c2953a6f3f099db35bc79415f2bb0c767f325c44.tar.bz2
libdbusmenu-c2953a6f3f099db35bc79415f2bb0c767f325c44.zip
Using the name assigned instead of a default.
Diffstat (limited to 'tests/test-glib-proxy-proxy.c')
-rw-r--r--tests/test-glib-proxy-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-proxy-proxy.c b/tests/test-glib-proxy-proxy.c
index b9db620..38c59e2 100644
--- a/tests/test-glib-proxy-proxy.c
+++ b/tests/test-glib-proxy-proxy.c
@@ -63,7 +63,7 @@ main (int argc, char ** argv)
g_debug("I am '%s' and I'm proxying '%s'", whoami, myproxy);
g_bus_own_name(G_BUS_TYPE_SESSION,
- "org.dbusmenu.test",
+ whoami,
G_BUS_NAME_OWNER_FLAGS_NONE,
on_bus,
NULL,