[epiphany] Set program name to match the desktop file
- From: Gustavo Noronha Silva <gns src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [epiphany] Set program name to match the desktop file
- Date: Thu, 12 Nov 2009 13:28:34 +0000 (UTC)
commit af8052182470524aa392fb0464ce8fbf4b9ff889
Author: Gustavo Noronha Silva <gns gnome org>
Date: Thu Nov 12 11:09:06 2009 -0200
Set program name to match the desktop file
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 493eb91..cd7f92f 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]