diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-20 04:17:51 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-20 04:17:51 +0800 |
commit | 6c44efe38a69872608ee31954de846aab1a691f2 (patch) | |
tree | af2381f90dc77831c7d652d685b0938a38a4861d /mail/em-format-html.c | |
parent | d0d8d568ad9a830e50845f3d86fb30105b37d319 (diff) | |
download | gsoc2013-evolution-6c44efe38a69872608ee31954de846aab1a691f2.tar.gz gsoc2013-evolution-6c44efe38a69872608ee31954de846aab1a691f2.tar.zst gsoc2013-evolution-6c44efe38a69872608ee31954de846aab1a691f2.zip |
Removed variables that got re-added with the icon-theme patch somehow.
2004-04-19 Jeffrey Stedfast <fejj@ximian.com>
* em-composer-prefs.h: Removed variables that got re-added with
the icon-theme patch somehow.
* em-account-prefs.c: Don't bother keeping global references to
the enable_pixbuf anymore, since it's unnecessary.
svn path=/trunk/; revision=25523
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r-- | mail/em-format-html.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 67ca9d5b4d..5864eaac52 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -297,7 +297,7 @@ em_format_html_file_part(EMFormatHTML *efh, const char *mime_type, const char *f CamelMimePart *part; CamelStream *stream; CamelDataWrapper *dw; - gchar *basename; + char *basename; stream = camel_stream_fs_new_with_name(filename, O_RDONLY, 0); if (stream == NULL) @@ -596,7 +596,7 @@ efh_format_secure(EMFormat *emf, CamelStream *stream, CamelMimePart *part, Camel && (valid->encrypt.status != CAMEL_CIPHER_VALIDITY_ENCRYPT_NONE || valid->sign.status != CAMEL_CIPHER_VALIDITY_SIGN_NONE)) { char *classid; - gchar *iconpath; + char *iconpath; CamelMimePart *iconpart; camel_stream_printf(stream, "<table border=0 width=\"100%%\" cellpadding=3 cellspacing=0 bgcolor=%s><tr>", |