diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | data/evolution.desktop.in.in | 6 |
2 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,10 @@ +2004-08-12 Rodney Dawes <dobey@novell.com> + + * data/evolution.desktop.in.in: Update Name and description to + not include "Ximian" or "(Unstable)" + Remove the MimeType field since we can't open these types on the + command line + 2004-08-12 Jeffrey Stedfast <fejj@novell.com> * configure.in: Check for gtk+-2.4 in order to enable the use of diff --git a/data/evolution.desktop.in.in b/data/evolution.desktop.in.in index 1677f0a7cb..7765c1b5ec 100644 --- a/data/evolution.desktop.in.in +++ b/data/evolution.desktop.in.in @@ -1,6 +1,6 @@ [Desktop Entry] -_Name=Ximian Evolution (Unstable) -_Comment=The Ximian Evolution Groupware Suite +_Name=Evolution +_Comment=The Evolution Groupware Suite Exec=evolution-@BASE_VERSION@ Icon=evolution Terminal=false @@ -10,4 +10,4 @@ StartupNotify=true X-GNOME-Bugzilla-Bugzilla=Ximian X-GNOME-Bugzilla-Product=Evolution X-GNOME-Bugzilla-OtherBinaries=evolution-data-server-1.0;evolution-exchange-storage;evolution-alarm-notify; -MimeType=text/x-vcard;text/x-calendar;text/calendar; + |