"Master password" is now called "master passphrase".
[claws.git] / src / plugins / gdata / gdata_plugin.c
index b383770ecfff3a321cfeb5059d8bd2c96c83dcdd..c001f99d4147831cf2a5f86dcc7d8b5801c75235 100644 (file)
@@ -181,9 +181,9 @@ const gchar *plugin_version(void)
   return VERSION;
 }
 
-void plugin_master_password_change (const gchar *oldp, const gchar *newp)
+void plugin_master_passphrase_change (const gchar *oldp, const gchar *newp)
 {
-       cm_gdata_prefs_master_password_change(oldp, newp);
+       cm_gdata_prefs_master_passphrase_change(oldp, newp);
 }
 
 struct PluginFeature *plugin_provides(void)