"Master password" is now called "master passphrase".
[claws.git] / src / plugins / gdata / cm_gdata_prefs.c
index a24349e9aebdf30665d0a88ac3e630209ef086f6..7ae6f555a64f166848c8c85b037e2c01c637106c 100644 (file)
@@ -24,6 +24,7 @@
 #include <glib.h>
 #include <glib/gi18n.h>
 
+#include "password.h"
 #include "cm_gdata_prefs.h"
 #include "gdata_plugin.h"
 #include "cm_gdata_contacts.h"
@@ -152,7 +153,7 @@ void cm_gdata_prefs_done(void)
   }
 }
 
-void cm_gdata_master_password_change(const gchar *oldp, const gchar *newp) {
+void cm_gdata_prefs_master_passphrase_change(const gchar *oldp, const gchar *newp) {
        gchar *pass;
        int i;