diff options
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c index 308ea212c..5ba8be1b2 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -612,7 +612,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 (EMPATHY_CLIENT_NAME, NULL); + unique_app = unique_app_new ("org.gnome."PACKAGE_NAME, NULL); if (unique_app_is_running (unique_app)) { |