From 99d492b8284fa467f2b8ad3e6b637e10258d1cc2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 4 Jul 2011 09:55:30 -0400 Subject: Adapt to CamelSession and e-passwords changes. --- plugins/publish-calendar/publish-location.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/publish-calendar/publish-location.c') diff --git a/plugins/publish-calendar/publish-location.c b/plugins/publish-calendar/publish-location.c index af539ddd05..9089561ccf 100644 --- a/plugins/publish-calendar/publish-location.c +++ b/plugins/publish-calendar/publish-location.c @@ -88,11 +88,11 @@ migrateURI (const gchar *xml, xmlDocPtr doc) uri->publish_frequency = atoi ((gchar *) frequency); uri->publish_format = URI_PUBLISH_AS_FB; - password = e_passwords_get_password ("Calendar", (gchar *)location); + password = e_passwords_get_password (NULL, (gchar *)location); if (password) { - e_passwords_forget_password ("Calendar", (gchar *)location); + e_passwords_forget_password (NULL, (gchar *)location); e_passwords_add_password (uri->location, password); - e_passwords_remember_password ("Calendar", uri->location); + e_passwords_remember_password (NULL, uri->location); } for (p = root->children; p != NULL; p = p->next) { -- cgit v1.2.3