summaryrefslogtreecommitdiff
path: root/tubes/inc/tubes/constants.h
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-03-21 19:31:50 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:39:26 +0200
commit5edcd7fa12c69c5b27d6b317f380f266f292008d (patch)
treee9fbbf1a8958032c8fda213c65695701848cf2e2 /tubes/inc/tubes/constants.h
parent1e28e0f28082be69c02fa6dc5c0cb3e59167b7a3 (diff)
make service name configurable for tests
Diffstat (limited to 'tubes/inc/tubes/constants.h')
-rw-r--r--tubes/inc/tubes/constants.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tubes/inc/tubes/constants.h b/tubes/inc/tubes/constants.h
index 6087115a192f..447910ecec34 100644
--- a/tubes/inc/tubes/constants.h
+++ b/tubes/inc/tubes/constants.h
@@ -39,13 +39,11 @@
* etc. This does not need to include the org.freedesktop.Telepathy.Client
* stuff.
*/
-#define LIBO_DTUBE_SERVICE \
- TP_CLIENT_BUS_NAME_BASE "LibreOfficeTeleTest"
+#define LIBO_DTUBE_SERVICE "org.libreoffice.calc"
/* Client name suffix, for passing as 'name' to
* tp_simple_handler_new_with_am(). */
-#define LIBO_CLIENT_SUFFIX \
- "LibreOffice"
+#define LIBO_CLIENT_SUFFIX "LibreOffice"
#endif // INCLUDED_TUBES_CONSTANTS_H