From af8052182470524aa392fb0464ce8fbf4b9ff889 Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Thu, 12 Nov 2009 11:09:06 -0200 Subject: Set program name to match the desktop file --- src/ephy-main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/ephy-main.c b/src/ephy-main.c index 493eb91dc..cd7f92f23 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -490,6 +490,9 @@ main (int argc, */ LIBXML_TEST_VERSION; + /* sets name to help matching with the .desktop file */ + g_set_prgname ("epiphany"); + /* If we're given -remote arguments, translate them */ if (argc >= 2 && strcmp (argv[1], "-remote") == 0) -- cgit v1.2.3