From: Guillaume Desmottes Date: Tue, 10 Feb 2009 20:52:44 +0000 (+0000) Subject: remove second call of g_set_application_name as doc says explicitely it have to be... X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=9bc780098e80873629082d99f0e0355683afd06c 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 --- 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);