[emacs/f14/master] Removed the png extension from the Icon entry in emacs.desktop (rhbz#507231)

Karel Klíč kklic at fedoraproject.org
Mon Sep 6 12:20:13 UTC 2010


commit eb4418faa00fdf2bf4e37e7b1ac24696465cfc8c
Author: Karel Klic <kklic at redhat.com>
Date:   Mon Aug 16 17:31:20 2010 +0200

    Removed the png extension from the Icon entry in emacs.desktop (rhbz#507231)

 emacs.desktop |    2 +-
 emacs.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/emacs.desktop b/emacs.desktop
index e6b4f8a..a239a0e 100644
--- a/emacs.desktop
+++ b/emacs.desktop
@@ -5,7 +5,7 @@ Comment=Edit text
 Comment[zh_TW]=編輯文字
 MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
 Exec=emacs %f
-Icon=emacs.png
+Icon=emacs
 Type=Application
 Terminal=false
 Categories=Application;Utility;TextEditor;X-Red-Hat-Base;
diff --git a/emacs.spec b/emacs.spec
index a8402dd..d65711a 100644
--- a/emacs.spec
+++ b/emacs.spec
@@ -4,7 +4,7 @@ Summary: GNU Emacs text editor
 Name: emacs
 Epoch: 1
 Version: 23.2
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/emacs/
 Group: Applications/Editors
@@ -432,6 +432,9 @@ update-desktop-database &> /dev/null || :
 %{_datadir}/applications/emacs-terminal.desktop
 
 %changelog
+* Mon Aug 16 2010 Karel Klic <kklic at redhat.com> - 1:23.2-9
+- Removed the png extension from the Icon entry in emacs.desktop (rhbz#507231)
+
 * Mon Aug  2 2010 Karel Klic <kklic at redhat.com> - 1:23.2-8
 - Moved the terminal desktop menu item to a separate package (rhbz#617355)
 


More information about the scm-commits mailing list