diff options
author | Vincent Untz <vuntz@gnome.org> | 2007-04-28 13:39:16 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2007-04-28 13:39:16 +0000 |
commit | 76393b851927952cb710783396c669adb99c5f0a (patch) | |
tree | 746f0b5657b15ec0bc883881f8fe335075961d95 | |
parent | 5fc67755b0bb9357ebb922e53eb80ff5ea6538b7 (diff) | |
download | xdg-specs-76393b851927952cb710783396c669adb99c5f0a.tar.xz |
this changes the type of the version from numeric to string. It's needed
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: this changes the type of the version from
numeric to string. It's needed if we consider the possibility that
there are some desktop entry files out there using 0.9.x as a value
for this key. The change doesn't break anything.
-rw-r--r-- | desktop-entry/ChangeLog | 7 | ||||
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/desktop-entry/ChangeLog b/desktop-entry/ChangeLog index a85c658..7ab3435 100644 --- a/desktop-entry/ChangeLog +++ b/desktop-entry/ChangeLog @@ -1,5 +1,12 @@ 2007-04-28 Vincent Untz <vuntz@gnome.org> + * desktop-entry-spec.xml: this changes the type of the version from + numeric to string. It's needed if we consider the possibility that + there are some desktop entry files out there using 0.9.x as a value + for this key. The change doesn't break anything. + +2007-04-28 Vincent Untz <vuntz@gnome.org> + * desktop-entry-spec.xml: UnmountIcon is a localestring key. 2007-04-28 Vincent Untz <vuntz@gnome.org> diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index 300bec1..e2c5304 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -366,7 +366,7 @@ version of the specification should use <literal>1.0</literal>. Note that the version field is not required to be present. </entry> - <entry>numeric</entry> + <entry>string</entry> <entry>NO</entry> <entry>1-3</entry> </row> |