diff options
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 3 |
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)) |