[Commits] [SCM] claws branch, master, updated. 3.14.1-98-g9a20d31
wwp at claws-mail.org
wwp at claws-mail.org
Wed Jan 4 17:16:27 CET 2017
The branch, master has been updated
via 9a20d31a23bf006a835daee3599780e0ad94666a (commit)
from 3a66d2e10167ed1dcac2352f1197b1a95017e102 (commit)
Summary of changes:
src/plugins/archive/archiver_gtk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 9a20d31a23bf006a835daee3599780e0ad94666a
Author: wwp <wwp at free.fr>
Date: Wed Jan 4 17:16:09 2017 +0100
Fix wrong libarchive version check.
diff --git a/src/plugins/archive/archiver_gtk.c b/src/plugins/archive/archiver_gtk.c
index fdc5c92..604ac25 100644
--- a/src/plugins/archive/archiver_gtk.c
+++ b/src/plugins/archive/archiver_gtk.c
@@ -1143,7 +1143,7 @@ void archiver_gtk_show() {
_("Choose this option to use LZIP compression for the archive"));
#endif
-#if ARCHIVE_VERSION_NUMBER >= 3000000
+#if ARCHIVE_VERSION_NUMBER >= 3001000
lrzip_radio_btn = gtk_radio_button_new_with_mnemonic_from_widget(
GTK_RADIO_BUTTON(gzip_radio_btn), "L_RZIP");
gtk_widget_set_name(lrzip_radio_btn, "LRZIP");
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list