From: Paul Date: Fri, 21 Aug 2015 11:05:59 +0000 (+0100) Subject: do sgpgme_init() after prefs_gpg_init() because prefs are used in sgpgme_init() X-Git-Tag: 3.13.0~68 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=fbf45e2aaff080e1a2211f77dc3416f405469c9c do sgpgme_init() after prefs_gpg_init() because prefs are used in sgpgme_init() --- diff --git a/src/plugins/pgpcore/plugin.c b/src/plugins/pgpcore/plugin.c index 1ba95e663..a11c21100 100644 --- a/src/plugins/pgpcore/plugin.c +++ b/src/plugins/pgpcore/plugin.c @@ -42,8 +42,8 @@ gint plugin_init(gchar **error) VERSION_NUMERIC, PLUGIN_NAME, error)) return -1; - sgpgme_init(); prefs_gpg_init(); + sgpgme_init(); sgpgme_check_create_key(); pgp_viewer_init(); autocompletion_init(error);