From 6ea77903b10c8da838293e5a81076400430ac4c2 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 12 Jan 2001 05:17:01 +0000 Subject: Update to reflect past changes to the mail-config API. 2001-01-12 Jeffrey Stedfast * mail-display.c (on_object_requested): Update to reflect past changes to the mail-config API. svn path=/trunk/; revision=7434 --- mail/ChangeLog | 3 +++ mail/mail-display.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index b7273c0ef1..bd3b27bd2d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2001-01-12 Jeffrey Stedfast + * mail-display.c (on_object_requested): Update to reflect past + changes to the mail-config API. + * session.c (mail_session_set_password): strdup() the key. * mail-config-druid.c (construct): We don't want to be able to set diff --git a/mail/mail-display.c b/mail/mail-display.c index 7bca9aa67c..09b62c9bf9 100644 --- a/mail/mail-display.c +++ b/mail/mail-display.c @@ -660,7 +660,7 @@ on_object_requested (GtkHTML *html, GtkHTMLEmbedded *eb, gpointer data) to pass a bunch of useful things to all embedded controls. */ const CamelInternetAddress *from; char *from_address; - MailConfigIdentity *id; + const MailConfigIdentity *id; id = mail_config_get_default_identity (); if (!id) -- cgit v1.2.3