diff options
| author | Roger Monk <r-monk@ti.com> | 2010-09-08 13:44:27 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2010-09-08 18:06:07 +0200 |
| commit | 76f0e713f4b050db2646bf6e40b5d630c7c230ce (patch) | |
| tree | 27c4b2d9119a7001dfdba8263f75bc64d1cff82e /recipes/mozilla/files | |
| parent | 60b39e1164398d02695f7aee6ae5a97bb855f26b (diff) | |
mozilla: Add Category 'Network' to firefox/thunderbird for desktop files
* Move desktop icons to appear alongside all other browser apps
* Bump PR
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/mozilla/files')
| -rw-r--r-- | recipes/mozilla/files/mozilla-firefox.desktop | 2 | ||||
| -rw-r--r-- | recipes/mozilla/files/mozilla-thunderbird.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/mozilla/files/mozilla-firefox.desktop b/recipes/mozilla/files/mozilla-firefox.desktop index 00c0ea4fa3..77420e6ed5 100644 --- a/recipes/mozilla/files/mozilla-firefox.desktop +++ b/recipes/mozilla/files/mozilla-firefox.desktop @@ -6,6 +6,6 @@ Terminal=false MultipleArgs=false Type=Application Icon=mozilla-firefox.png -Categories=Application;Internet; +Categories=Application;Internet;Network; SingleInstance=true diff --git a/recipes/mozilla/files/mozilla-thunderbird.desktop b/recipes/mozilla/files/mozilla-thunderbird.desktop index 61615d94c2..14c5ea7963 100644 --- a/recipes/mozilla/files/mozilla-thunderbird.desktop +++ b/recipes/mozilla/files/mozilla-thunderbird.desktop @@ -6,6 +6,6 @@ Terminal=false MultipleArgs=false Type=Application Icon=mozilla-thunderbird.png -Categories=Application;Internet; +Categories=Application;Internet;Network; SingleInstance=true |
