[Commits] [SCM] claws branch, master, updated. 3.13.2-61-gd349134

claws at claws-mail.org claws at claws-mail.org
Thu Feb 25 09:22:07 CET 2016


The branch, master has been updated
       via  d349134c99f4cdfce9efd3558c48d03c53c19393 (commit)
      from  19f795c347ff49d380866a97fa1ff4cff2d880f9 (commit)

Summary of changes:
 src/plugins/gdata/cm_gdata_prefs.c |    2 +-
 src/plugins/gdata/cm_gdata_prefs.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit d349134c99f4cdfce9efd3558c48d03c53c19393
Author: Paul <paul at claws-mail.org>
Date:   Thu Feb 25 08:22:02 2016 +0000

    fix typos in function name

diff --git a/src/plugins/gdata/cm_gdata_prefs.c b/src/plugins/gdata/cm_gdata_prefs.c
index 4490359..8bac4fd 100644
--- a/src/plugins/gdata/cm_gdata_prefs.c
+++ b/src/plugins/gdata/cm_gdata_prefs.c
@@ -153,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_password_change(const gchar *oldp, const gchar *newp) {
 	gchar *pass;
 	int i;
 
diff --git a/src/plugins/gdata/cm_gdata_prefs.h b/src/plugins/gdata/cm_gdata_prefs.h
index 396d83f..aa91809 100644
--- a/src/plugins/gdata/cm_gdata_prefs.h
+++ b/src/plugins/gdata/cm_gdata_prefs.h
@@ -33,6 +33,6 @@ extern PrefParam    cm_gdata_param[];
 
 void cm_gdata_prefs_init(void);
 void cm_gdata_prefs_done(void);
-void cm_gdata_master_password_change(const gchar *oldp, const gchar *newp);
+void cm_gdata_prefs_master_password_change(const gchar *oldp, const gchar *newp);
 
 #endif /* CM_GDATA_PREFS_H_ */

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list