"Master password" is now called "master passphrase".
[claws.git] / src / plugins / spam_report / spam_report.c
index 0d2e22c781444c99866781d6a1897c733e7b4ed2..177f27952f0ba6f11bdb08aaec474709e73e072f 100644 (file)
@@ -407,9 +407,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)
 {
-       spamreport_master_password_change(oldp, newp);
+       spamreport_master_passphrase_change(oldp, newp);
 }
 
 struct PluginFeature *plugin_provides(void)