From 5530165310839bdc338e3c16e9708d55876d1c09 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 6 May 2014 03:52:57 -0300 Subject: mcomix-libre-1.00-6.2: fix issue --- libre/mcomix-libre/libre.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'libre/mcomix-libre/libre.patch') diff --git a/libre/mcomix-libre/libre.patch b/libre/mcomix-libre/libre.patch index fa13b6c9d..e3f12f703 100644 --- a/libre/mcomix-libre/libre.patch +++ b/libre/mcomix-libre/libre.patch @@ -181,6 +181,20 @@ index 4ba60c6..c37699d 100644 """ # TODO: I can no longer reproduce the issue. Check if this version of # process.py still solves it. +diff --git a/mcomix/recent.py b/mcomix/recent.py +index 3d4613d..3f5c511 100644 +--- a/mcomix/recent.py ++++ b/mcomix/recent.py +@@ -30,8 +30,7 @@ class RecentFilesMenu(gtk.RecentChooserMenu): + rfilter.add_pixbuf_formats() + + mimetypes, patterns = itertools.izip(constants.ZIP_FORMATS, +- constants.RAR_FORMATS, constants.TAR_FORMATS, +- constants.SZIP_FORMATS) ++ constants.TAR_FORMATS, constants.SZIP_FORMATS) + + for mimetype in itertools.chain.from_iterable(mimetypes): + rfilter.add_mime_type(mimetype) diff --git a/mcomix/strings.py b/mcomix/strings.py index c5ca21f..cc69236 100644 --- a/mcomix/strings.py -- cgit v1.2.3-54-g00ecf