aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-22 21:08:37 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-22 21:08:40 +0800
commit1b3ea6b00704d60166a1733894184105edf04586 (patch)
tree47a05ef8bc0f5760609e1f2e449b6450f75ab65c /src/empathy.c
parent8cdf004d3b499cf73aaf6ceb92ec9f1c58331d7a (diff)
downloadgsoc2013-empathy-1b3ea6b00704d60166a1733894184105edf04586.tar
gsoc2013-empathy-1b3ea6b00704d60166a1733894184105edf04586.tar.gz
gsoc2013-empathy-1b3ea6b00704d60166a1733894184105edf04586.tar.bz2
gsoc2013-empathy-1b3ea6b00704d60166a1733894184105edf04586.tar.lz
gsoc2013-empathy-1b3ea6b00704d60166a1733894184105edf04586.tar.xz
gsoc2013-empathy-1b3ea6b00704d60166a1733894184105edf04586.tar.zst
gsoc2013-empathy-1b3ea6b00704d60166a1733894184105edf04586.zip
define EMPATHY_CLIENT_NAME
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/empathy.c b/src/empathy.c
index a68d0d226..8609794e8 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -629,8 +629,7 @@ main (int argc, char *argv[])
g_log_set_default_handler (tp_debug_sender_log_handler, G_LOG_DOMAIN);
#endif
- unique_app = unique_app_new_with_commands (
- "org.freedesktop.Telepathy.Client.Empathy",
+ unique_app = unique_app_new_with_commands (EMPATHY_CLIENT_NAME,
NULL, "accounts_dialog", COMMAND_ACCOUNTS_DIALOG, NULL);
if (unique_app_is_running (unique_app))