summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Noronha Silva <gns@gnome.org>2009-11-12 11:09:06 -0200
committerGustavo Noronha Silva <gns@gnome.org>2009-11-12 11:28:01 -0200
commitaf8052182470524aa392fb0464ce8fbf4b9ff889 (patch)
tree3aa0324b5544a04484b938a58064e8d26ba6e0d4
parent428ef8c35ffd9abdcd51285f36a66e818b42c5b2 (diff)
downloadepiphany-af8052182470524aa392fb0464ce8fbf4b9ff889.tar.gz
Set program name to match the desktop file
-rw-r--r--src/ephy-main.c3
1 files changed, 3 insertions, 0 deletions
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)