talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit d349134c99f4cdfce9efd3558c48d03c53c19393
parent 19f795c347ff49d380866a97fa1ff4cff2d880f9
Author: Paul <paul@claws-mail.org>
Date:   Thu, 25 Feb 2016 08:22:02 +0000

fix typos in function name

Diffstat:
Msrc/plugins/gdata/cm_gdata_prefs.c | 2+-
Msrc/plugins/gdata/cm_gdata_prefs.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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_ */