diff options
author | Gustavo Noronha Silva <gns@gnome.org> | 2009-11-12 21:09:06 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@gnome.org> | 2009-11-12 21:28:01 +0800 |
commit | af8052182470524aa392fb0464ce8fbf4b9ff889 (patch) | |
tree | 3aa0324b5544a04484b938a58064e8d26ba6e0d4 /src | |
parent | 428ef8c35ffd9abdcd51285f36a66e818b42c5b2 (diff) | |
download | gsoc2013-epiphany-af8052182470524aa392fb0464ce8fbf4b9ff889.tar.gz gsoc2013-epiphany-af8052182470524aa392fb0464ce8fbf4b9ff889.tar.zst gsoc2013-epiphany-af8052182470524aa392fb0464ce8fbf4b9ff889.zip |
Set program name to match the desktop file
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-main.c | 3 |
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) |