diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-09-22 19:02:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-09-22 19:04:03 +0800 |
commit | 5ae8adfce79f50f6f89df36eb73444490b700b2a (patch) | |
tree | e1b2361ea1d842a5fecb566211164ada48db1175 /data | |
parent | 3cb627b0ee7172b49c4221b7aad34b66b04edb09 (diff) | |
download | gsoc2013-evolution-5ae8adfce79f50f6f89df36eb73444490b700b2a.tar.gz gsoc2013-evolution-5ae8adfce79f50f6f89df36eb73444490b700b2a.tar.zst gsoc2013-evolution-5ae8adfce79f50f6f89df36eb73444490b700b2a.zip |
Bug 707720 - Change 'mail' keyword to 'email' in evolution.desktop
GNOME Shell does substring matches on desktop keywords, so naming the
keyword 'email' matches both 'email' and 'mail'.
Diffstat (limited to 'data')
-rw-r--r-- | data/evolution.desktop.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/evolution.desktop.in.in b/data/evolution.desktop.in.in index 719840793b..05c3aa7771 100644 --- a/data/evolution.desktop.in.in +++ b/data/evolution.desktop.in.in @@ -3,7 +3,7 @@ _Name=Evolution _GenericName=Groupware Suite _X-GNOME-FullName=Evolution Mail and Calendar _Comment=Manage your email, contacts and schedule -_Keywords=mail;calendar;contact;addressbook;task; +_Keywords=email;calendar;contact;addressbook;task; Exec=evolution %U Icon=evolution Terminal=false |