X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fplugins%2Fgdata%2Fgdata_plugin.c;h=b383770ecfff3a321cfeb5059d8bd2c96c83dcdd;hp=f7f40d806fcfdfb4bcb91e3d0d37645fdad45e9c;hb=07c41544264fbc6779d654372acca453d243d68a;hpb=d4636713870c4ae916ef3c49389f8d7fd06b85ac diff --git a/src/plugins/gdata/gdata_plugin.c b/src/plugins/gdata/gdata_plugin.c index f7f40d806..b383770ec 100644 --- a/src/plugins/gdata/gdata_plugin.c +++ b/src/plugins/gdata/gdata_plugin.c @@ -97,7 +97,7 @@ gint plugin_init(gchar **error) gchar *rcpath; /* Version check */ - if(!check_plugin_version(MAKE_NUMERIC_VERSION(3,7,1,55), + if(!check_plugin_version(MAKE_NUMERIC_VERSION(3,13,2,39), VERSION_NUMERIC, _("GData"), error)) return -1; @@ -181,6 +181,11 @@ const gchar *plugin_version(void) return VERSION; } +void plugin_master_password_change (const gchar *oldp, const gchar *newp) +{ + cm_gdata_prefs_master_password_change(oldp, newp); +} + struct PluginFeature *plugin_provides(void) { static struct PluginFeature features[] =