diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-06-14 19:37:32 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-06-14 19:37:32 +0800 |
commit | 835fccaf66254c229bf4a7bf5985f944b3b3741c (patch) | |
tree | 71e59b5ab84de190043393a39942ad7e446e90cb | |
parent | ab15a7e384104d7dae155df5bbb3a7a20b88821f (diff) | |
download | gsoc2013-evolution-835fccaf66254c229bf4a7bf5985f944b3b3741c.tar.gz gsoc2013-evolution-835fccaf66254c229bf4a7bf5985f944b3b3741c.tar.zst gsoc2013-evolution-835fccaf66254c229bf4a7bf5985f944b3b3741c.zip |
fixing categories, bugzilla entry, adding bugzilla component and bugzilla
2006-06-14 Andre Klapper <a9016009@gmx.de>
* data/evolution.desktop.in.in: fixing categories, bugzilla entry,
adding bugzilla component and bugzilla version.
Fixes bug #335410. Thanks to Vincent Fretin and Olav Vitters.
svn path=/trunk/; revision=32139
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/evolution.desktop.in.in | 5 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2006-06-14 Andre Klapper <a9016009@gmx.de> + + * data/evolution.desktop.in.in: fixing categories, bugzilla entry, + adding bugzilla component and bugzilla version. + Fixes bug #335410. Thanks to Vincent Fretin and Olav Vitters. + 2006-06-14 Chenthill Palanisamy <pchenthill@novell.com> * configure.in: Use libgnomeprint-2.2 >= 2.7.0. diff --git a/data/evolution.desktop.in.in b/data/evolution.desktop.in.in index aafca614ca..7b635f86ce 100644 --- a/data/evolution.desktop.in.in +++ b/data/evolution.desktop.in.in @@ -7,8 +7,11 @@ Exec=evolution-@BASE_VERSION@ Icon=evolution Terminal=false Type=Application -Categories=GNOME;GTK;Application;Office;X-Red-Hat-Base; +Categories=GNOME;GTK;Office;Email;Calendar;ContactManagement;X-Red-Hat-Base; StartupNotify=true +X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=Evolution +X-GNOME-Bugzilla-Component=Miscellaneous +X-GNOME-Bugzilla-Version=@BASE_VERSION@.x X-GNOME-Bugzilla-OtherBinaries=evolution-data-server-@DATASERVER_EXEC_VERSION@;evolution-exchange-storage;evolution-alarm-notify; |