summaryrefslogtreecommitdiff
path: root/tubes/source
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-03-21 12:15:35 +0000
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:39:21 +0200
commitd681b14b57a95a4c67a3a199b9324631f99609ba (patch)
treeeb42ca1978b222273ae7412479a7fefb2ab5b6cb /tubes/source
parentcf7bc6dea0e7ca288a17ca3b43a5f64c7addd30a (diff)
Move tube service name definition to a header.
Diffstat (limited to 'tubes/source')
-rw-r--r--tubes/source/contact-list.cxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/tubes/source/contact-list.cxx b/tubes/source/contact-list.cxx
index 7f707afbd67e..c3421151f343 100644
--- a/tubes/source/contact-list.cxx
+++ b/tubes/source/contact-list.cxx
@@ -30,6 +30,7 @@
#include <telepathy-glib/telepathy-glib.h>
+#include <tubes/constants.h>
#include <tubes/contact-list.hxx>
ContactList::ContactList()
@@ -66,17 +67,6 @@ ContactList::~ContactList()
mpAccountManager = NULL;
}
-/* FIXME: Should be something like
- *
- * org.libreoffice.calc
- * org.libreoffice.writer
- *
- * etc. This does not need to include the org.freedesktop.Telepathy.Client
- * stuff.
- */
-#define LIBO_DTUBE_SERVICE \
- TP_CLIENT_BUS_NAME_BASE "LibreOfficeTeleTest"
-
static gboolean
contact_supports_libo_dtube (TpContact *contact)
{