From 1e878d27797a90e0602180972f1727caed6c87eb Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 24 Feb 2010 15:55:14 +0000 Subject: Use a appropriate unique name for Empathy unique app --- src/empathy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy.c') 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)) { -- cgit v1.2.3