"Master password" is now called "master passphrase".
[claws.git] / src / plugins / vcalendar / plugin.c
index 8c1e4e5d59e8ff2c882fbf1b8447c8cc0179f8b1..945cab558590fc4cb3b199fb349cad0e7a54d0bf 100644 (file)
@@ -99,9 +99,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)
 {
-       vcal_prefs_master_password_change(oldp, newp);
+       vcal_prefs_master_passphrase_change(oldp, newp);
 }
 
 struct PluginFeature *plugin_provides(void)