From 5e16059870d4b387fe08bec22b2634c151182c83 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 4 Dec 2006 15:42:53 +0000 Subject: Fixes bug #357970 2006-12-04 Matthew Barnes Fixes bug #357970 * exchange-config-listener.c: Don't call deprecated GLib / GDK functions. svn path=/trunk/; revision=33047 --- plugins/exchange-operations/ChangeLog | 7 +++++++ plugins/exchange-operations/exchange-config-listener.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 41be77e111..66bec04083 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,10 @@ +2006-12-04 Matthew Barnes + + Fixes bug #357970 + + * exchange-config-listener.c: Don't call deprecated GLib / GDK + functions. + 2006-10-23 Priit Laes * org-gnome-default-source.eplug.xml: Fixed typo in plugin diff --git a/plugins/exchange-operations/exchange-config-listener.c b/plugins/exchange-operations/exchange-config-listener.c index 7dc2f04879..5466c9b82d 100644 --- a/plugins/exchange-operations/exchange-config-listener.c +++ b/plugins/exchange-operations/exchange-config-listener.c @@ -725,7 +725,7 @@ exchange_config_listener_authenticate (ExchangeConfigListener *ex_conf_listener, } g_free (title); } - else if (remember_password && !g_strcasecmp (remember_password, "false")) { + else if (remember_password && !g_ascii_strcasecmp (remember_password, "false")) { /* get_password returns the password cached but user has not * selected remember password option, forget this password * whis is stored temporarily by e2k_validate_user(), to avoid -- cgit v1.2.3