[gnome-blog] dropped the icon's encoding



commit 0c3646d9862670b9112c0a97fffd8f96fc653556
Author: Sven Herzberg <herzi gnome org>
Date:   Sun May 17 13:06:26 2009 +0200

    dropped the icon's encoding
    
    This fixed this warning from desktop-file-validate:
    gnome-blog.desktop: warning: value "gnome-blog.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path
---
 gnome-blog.desktop.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnome-blog.desktop.in.in b/gnome-blog.desktop.in.in
index 623740d..077f58f 100644
--- a/gnome-blog.desktop.in.in
+++ b/gnome-blog.desktop.in.in
@@ -4,7 +4,7 @@ _Comment=Post an entry to a web log
 Exec=gnome-blog-poster
 Terminal=false
 Type=Application
-Icon=gnome-blog.png
+Icon=gnome-blog
 StartupNotify=true
 Categories=GNOME;Application;Utility;
 X-GNOME-Bugzilla-Bugzilla=GNOME



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]