summaryrefslogtreecommitdiffstats
path: root/desktop-entry
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-09-10 15:07:40 +0000
committerVincent Untz <vuntz@gnome.org>2007-09-10 15:07:40 +0000
commit82b5aa3885f3e5190ef7836d9bd062ebfe0f5f67 (patch)
treea06795274cc5c4c1c14a1a5f5e89c49a93d6cdbd /desktop-entry
parenta217452cc0a8f7f06f81bbfc23d33dec966ae1ac (diff)
downloadxdg-specs-82b5aa3885f3e5190ef7836d9bd062ebfe0f5f67.tar.xz
fix Icon key in example: it was using the .png extension for an icon name.
2007-09-10 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: fix Icon key in example: it was using the .png extension for an icon name. Which is wrong :-)
Diffstat (limited to 'desktop-entry')
-rw-r--r--desktop-entry/ChangeLog5
-rw-r--r--desktop-entry/desktop-entry-spec.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/desktop-entry/ChangeLog b/desktop-entry/ChangeLog
index ab7f74c..77d4307 100644
--- a/desktop-entry/ChangeLog
+++ b/desktop-entry/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-10 Vincent Untz <vuntz@gnome.org>
+
+ * desktop-entry-spec.xml: fix Icon key in example: it was using the
+ .png extension for an icon name. Which is wrong :-)
+
2007-07-27 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: don't say that the files are encoded as
diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml
index 02130a9..21225d0 100644
--- a/desktop-entry/desktop-entry-spec.xml
+++ b/desktop-entry/desktop-entry-spec.xml
@@ -878,7 +878,7 @@ Name=Foo Viewer
Comment=The best viewer for Foo objects available!
TryExec=fooview
Exec=fooview %F
-Icon=fooview.png
+Icon=fooview
MimeType=image/x-foo;
X-KDE-Library=libfooview
X-KDE-FactoryName=fooviewfactory