Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGötz Waschk <waschk@mandriva.org>2008-07-22 21:40:36 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2008-07-22 21:40:36 (GMT)
commit3fe8e177a863a673df8ac80ecfb5fc0899eaae0b (patch)
tree7e073f0da29dd96af9896d5c546fb108ebb5e59c
parent29388af1b53623aa4ce831277447f976dfc956bb (diff)
Correctly build desktop file. Fixes bug #544237.
2008-07-23 Götz Waschk <waschk@mandriva.org> * configure.ac: Correctly build desktop file. Fixes bug #544237. svn path=/trunk/; revision=3084
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c7cd71c..faa81ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-23 Götz Waschk <waschk@mandriva.org>
+
+ * configure.ac: Correctly build desktop file. Fixes
+ bug #544237.
+
2008-07-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index f5b5d6a..41af257 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/*;"