parent
a3e281405b
commit
0833059c44
@ -0,0 +1,25 @@
|
|||||||
|
From bff0923c93d6a191d549bd2273c35f2ed4c1dd6a Mon Sep 17 00:00:00 2001
|
||||||
|
From: Bastien Nocera <hadess@hadess.net>
|
||||||
|
Date: Tue, 16 Oct 2012 18:02:37 +0200
|
||||||
|
Subject: [PATCH] Change desktop filename to Fedora's name
|
||||||
|
|
||||||
|
---
|
||||||
|
src/main.c | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/src/main.c b/src/main.c
|
||||||
|
index 2ecd316..fb9ab4e 100644
|
||||||
|
--- a/src/main.c
|
||||||
|
+++ b/src/main.c
|
||||||
|
@@ -628,7 +628,7 @@ static void
|
||||||
|
fr_application_init (FrApplication *self)
|
||||||
|
{
|
||||||
|
#ifdef GDK_WINDOWING_X11
|
||||||
|
- egg_set_desktop_file (APPLICATIONS_DIR "/file-roller.desktop");
|
||||||
|
+ egg_set_desktop_file (APPLICATIONS_DIR "/gnome-file-roller.desktop");
|
||||||
|
#else
|
||||||
|
/* manually set name and icon */
|
||||||
|
g_set_application_name (_("File Roller"));
|
||||||
|
--
|
||||||
|
1.7.12.1
|
||||||
|
|
Loading…
Reference in new issue