talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 9a20d31a23bf006a835daee3599780e0ad94666a
parent 3a66d2e10167ed1dcac2352f1197b1a95017e102
Author: wwp <wwp@free.fr>
Date:   Wed,  4 Jan 2017 17:16:09 +0100

Fix wrong libarchive version check.

Diffstat:
Msrc/plugins/archive/archiver_gtk.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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");