You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
file-roller/0001-Change-desktop-filenam...

26 lines
724 B

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