summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2012-08-28 15:02:53 +0200
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2012-08-28 15:02:53 +0200
commite9f96689f8ebed22f1132db47714a86d2706d845 (patch)
treeb13bfd8158e49bce84c7ece3e8b9d0196515a6cc
parent791ad3b135eabcbfc3ba5476c787a4a65efc0318 (diff)
Dont uniquefy dbus name for things that get autolaunched
-rw-r--r--src/echo-call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/echo-call.c b/src/echo-call.c
index a5993ed..bf4cdd8 100644
--- a/src/echo-call.c
+++ b/src/echo-call.c
@@ -614,7 +614,7 @@ main (int argc, char **argv)
FALSE,
FALSE,
"Phoenix.EchoCall",
- TRUE,
+ FALSE,
new_call_channel_cb,
NULL,
NULL);