From fb75ceb1c5a415cc6667043b1123e42586b1d9b1 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Thu, 28 Jun 2018 01:29:41 +0200 Subject: pgp: replace deprecated Archive.Read.support_compression_all with Archive.Read.support_filter_all --- src/pgp/pgp.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pgp/pgp.vala b/src/pgp/pgp.vala index 560b00f..2a5b160 100644 --- a/src/pgp/pgp.vala +++ b/src/pgp/pgp.vala @@ -48,7 +48,7 @@ public class PGPKeyArchive { var archive = new Archive.Read(); /* support all formats & compression types */ - archive.support_compression_all(); + archive.support_filter_all(); archive.support_format_all(); /* load test archive for now */ -- cgit v1.2.3