2019-04-18 14:29:55 +02:00
|
|
|
Index: file-roller-3.31.92/src/fr-init.c
|
2012-07-21 17:12:19 +02:00
|
|
|
===================================================================
|
2019-04-18 14:29:55 +02:00
|
|
|
--- file-roller-3.31.92.orig/src/fr-init.c
|
|
|
|
+++ file-roller-3.31.92/src/fr-init.c
|
|
|
|
@@ -374,6 +374,7 @@ register_archives (void)
|
2012-07-21 17:12:19 +02:00
|
|
|
|
2019-04-18 14:29:55 +02:00
|
|
|
register_archive (fr_command_tar_get_type ());
|
|
|
|
register_archive (fr_command_cfile_get_type ());
|
|
|
|
+ register_archive (fr_command_zip_get_type ());
|
|
|
|
register_archive (fr_command_7z_get_type ());
|
|
|
|
register_archive (fr_command_dpkg_get_type ());
|
2012-07-21 17:12:19 +02:00
|
|
|
|
2019-04-18 14:29:55 +02:00
|
|
|
@@ -389,7 +390,6 @@ register_archives (void)
|
|
|
|
register_archive (fr_command_rpm_get_type ());
|
|
|
|
register_archive (fr_command_unsquashfs_get_type ());
|
|
|
|
register_archive (fr_command_unstuff_get_type ());
|
|
|
|
- register_archive (fr_command_zip_get_type ());
|
|
|
|
register_archive (fr_command_lrzip_get_type ());
|
|
|
|
register_archive (fr_command_zoo_get_type ());
|
2012-09-07 17:23:39 +02:00
|
|
|
#if HAVE_JSON_GLIB
|