summaryrefslogtreecommitdiff
path: root/libre/mcomix-libre/libre.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/mcomix-libre/libre.patch')
-rw-r--r--libre/mcomix-libre/libre.patch14
1 files changed, 14 insertions, 0 deletions
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