aboutsummaryrefslogtreecommitdiffstats
path: root/mail/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/session.c')
-rw-r--r--mail/session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/session.c b/mail/session.c
index e3dcbd541b..54243bc731 100644
--- a/mail/session.c
+++ b/mail/session.c
@@ -208,7 +208,7 @@ free_entry (gpointer key, gpointer value, gpointer user_data)
}
void
-forget_passwords (BonoboUIHandler *uih, void *user_data, const char *path)
+forget_passwords (BonoboUIComponent *uih, void *user_data, const char *path)
{
g_hash_table_foreach_remove (passwords, free_entry, NULL);
}