From 9bc780098e80873629082d99f0e0355683afd06c Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 10 Feb 2009 20:52:44 +0000 Subject: [PATCH] remove second call of g_set_application_name as doc says explicitely it have to be called once and with a localized name From: Guillaume Desmottes svn path=/trunk/; revision=2434 --- src/empathy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/empathy.c b/src/empathy.c index a7311ebe..c99e4b50 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -454,7 +454,6 @@ main (int argc, char *argv[]) gst_init (&argc, &argv); - g_set_application_name (PACKAGE_NAME); gtk_window_set_default_icon_name ("empathy"); textdomain (GETTEXT_PACKAGE); -- 2.39.2