summaryrefslogtreecommitdiffstats
path: root/src/pgp/pgp.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgp/pgp.vala')
-rw-r--r--src/pgp/pgp.vala2
1 files changed, 1 insertions, 1 deletions
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 */