From: James Rowe Date: Sat, 21 Nov 2009 09:13:31 +0000 (+0000) Subject: Missing final semi-colon in .desktop's Categories. X-Git-Tag: 0.1~366 X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-old;a=commitdiff_plain;h=7698f4165619688510bd2d98bf3d647680ac8827 Missing final semi-colon in .desktop's Categories. "Those keys which have several values should have a semicolon as the trailing character." -- http://standards.freedesktop.org/desktop-entry-spec/1.0/ar01s03.html Signed-off-by: James Rowe Reviewed-by: Jeffrey C. Ollie --- diff --git a/notmuch.desktop b/notmuch.desktop index d29dff64..819cd1ed 100644 --- a/notmuch.desktop +++ b/notmuch.desktop @@ -4,4 +4,4 @@ Exec=emacs -f notmuch Icon=emblem-mail Terminal=false Type=Application -Categories=Network;Email +Categories=Network;Email;