From: Götz Waschk Date: Tue, 22 Jul 2008 21:40:36 +0000 (+0000) Subject: Correctly build desktop file. Fixes bug #544237. X-Git-Tag: EVINCE_2_23_6~16 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=3fe8e177a863a673df8ac80ecfb5fc0899eaae0b;p=evince.git Correctly build desktop file. Fixes bug #544237. 2008-07-23 Götz Waschk * configure.ac: Correctly build desktop file. Fixes bug #544237. svn path=/trunk/; revision=3084 --- 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/*;"