diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 3 | ||||
-rw-r--r-- | mail/mail-display.c | 2 |
2 files changed, 4 insertions, 1 deletions
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 <fejj@ximian.com> + * 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) |