From 3fe8e177a863a673df8ac80ecfb5fc0899eaae0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Waschk?= Date: Tue, 22 Jul 2008 21:40:36 +0000 Subject: [PATCH] Correctly build desktop file. Fixes bug #544237. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2008-07-23 Götz Waschk * configure.ac: Correctly build desktop file. Fixes bug #544237. svn path=/trunk/; revision=3084 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c7cd71c7..faa81ec6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-23 Götz Waschk + + * configure.ac: Correctly build desktop file. Fixes + bug #544237. + 2008-07-22 Nickolay V. Shmyrev * configure.ac: diff --git a/configure.ac b/configure.ac index f5b5d6ac..41af257a 100644 --- a/configure.ac +++ b/configure.ac @@ -408,7 +408,7 @@ if test "x$enable_tiff" = "xyes"; then EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}image/tiff;" fi if test "x$enable_comics" = "xyes"; then - EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/x-cbr;application/x-cbz;application/x-cb7" + EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/x-cbr;application/x-cbz;application/x-cb7;" fi if test "x$enable_pixbuf" = "xyes"; then EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}image/*;" -- 2.43.5