2004-11-24 [colin] 0.9.12cvs169.1
[claws.git] / src / plugins / pgpmime / plugin.c
index 6e8402e44916e8c7c9465fa3a4cd7dc7b347f1eb..cf437d492fa95c1ca1ac5cacd2fec421f92e8082 100644 (file)
@@ -38,7 +38,7 @@ gint plugin_init(gchar **error)
                return -1;
        }
 
-       if ((sylpheed_get_version() < MAKE_NUMERIC_VERSION(0, 9, 12, 34))) {
+       if ((sylpheed_get_version() < MAKE_NUMERIC_VERSION(0, 9, 12, 164))) {
                *error = g_strdup("Your sylpheed version is too old");
                return -1;
        }
@@ -52,7 +52,7 @@ gint plugin_init(gchar **error)
 
 void plugin_done(void)
 {
-       prefs_gpg_init();
+       prefs_gpg_done();
        pgpmime_done();
        sgpgme_done();
 }