diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-12 13:17:01 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-12 13:17:01 +0800 |
commit | 6ea77903b10c8da838293e5a81076400430ac4c2 (patch) | |
tree | 7309f97495c3957b0024536fbe2f722f3ee2dec4 /mail/mail-display.c | |
parent | 11c26426f69e8d68ded2b208b49bd93686393596 (diff) | |
download | gsoc2013-evolution-6ea77903b10c8da838293e5a81076400430ac4c2.tar gsoc2013-evolution-6ea77903b10c8da838293e5a81076400430ac4c2.tar.gz gsoc2013-evolution-6ea77903b10c8da838293e5a81076400430ac4c2.tar.bz2 gsoc2013-evolution-6ea77903b10c8da838293e5a81076400430ac4c2.tar.lz gsoc2013-evolution-6ea77903b10c8da838293e5a81076400430ac4c2.tar.xz gsoc2013-evolution-6ea77903b10c8da838293e5a81076400430ac4c2.tar.zst gsoc2013-evolution-6ea77903b10c8da838293e5a81076400430ac4c2.zip |
Update to reflect past changes to the mail-config API.
2001-01-12 Jeffrey Stedfast <fejj@ximian.com>
* mail-display.c (on_object_requested): Update to reflect past
changes to the mail-config API.
svn path=/trunk/; revision=7434
Diffstat (limited to 'mail/mail-display.c')
-rw-r--r-- | mail/mail-display.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |