diff options
author | Ted Gould <ted@gould.cx> | 2010-11-18 15:07:00 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-11-18 15:07:00 -0600 |
commit | c2953a6f3f099db35bc79415f2bb0c767f325c44 (patch) | |
tree | 0ace6f1606bc455405eff36d1a43e5adeddc76fb | |
parent | caea84d6056d1ab1dd9744af5be9ac05670be8f9 (diff) | |
download | libdbusmenu-c2953a6f3f099db35bc79415f2bb0c767f325c44.tar.gz libdbusmenu-c2953a6f3f099db35bc79415f2bb0c767f325c44.tar.bz2 libdbusmenu-c2953a6f3f099db35bc79415f2bb0c767f325c44.zip |
Using the name assigned instead of a default.
-rw-r--r-- | tests/test-glib-proxy-proxy.c | 2 |
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, |