diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-02-13 02:11:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-02-13 02:11:51 +0800 |
commit | 876e40f9057b0ef9948e58b7c2253c53d0388f10 (patch) | |
tree | 430dcd6afc4f069ea3ed60881baee763a5191579 /mail/em-format-html.h | |
parent | 650e7524ed23df43dbce67b7f9e54f3d2df936b5 (diff) | |
download | gsoc2013-evolution-876e40f9057b0ef9948e58b7c2253c53d0388f10.tar.gz gsoc2013-evolution-876e40f9057b0ef9948e58b7c2253c53d0388f10.tar.zst gsoc2013-evolution-876e40f9057b0ef9948e58b7c2253c53d0388f10.zip |
** Fixes bug #350253
2007-02-12 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #350253
* Add new evolution icons:
art/16x16/evolution.png
art/22x22/evolution.png
art/24x24/evolution.png
art/32x32/evolution.png
art/scalable/evolution.svg
* Remove obsolete icons:
art/about-box.png
art/bcg.png
art/evolution.png
art/monkey-16.png
* art/Makefile.am: Ship our own named icons.
* mail/em-format-html-print.h:
Rename show_rupert field to show_icon.
* mail/em-format-html-print.c (efh_format_headers):
Lookup the evolution icon by name.
svn path=/trunk/; revision=33211
Diffstat (limited to 'mail/em-format-html.h')
-rw-r--r-- | mail/em-format-html.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-format-html.h b/mail/em-format-html.h index 383313b3bf..1f589755b9 100644 --- a/mail/em-format-html.h +++ b/mail/em-format-html.h @@ -162,7 +162,7 @@ struct _EMFormatHTMLPObject { * @mark_citations:1: * @simple_headers:1: * @hide_headers:1: - * @show_rupert:1: + * @show_icon:1: * * Most of these fields are private or read-only. * @@ -192,7 +192,7 @@ struct _EMFormatHTML { unsigned int mark_citations:1; unsigned int simple_headers:1; /* simple header format, no box/table */ unsigned int hide_headers:1; /* no headers at all */ - unsigned int show_rupert:1; /* whether we print rupert or not */ + unsigned int show_icon:1; /* show an icon when the sender used Evo */ guint32 header_wrap_flags; }; |