From 6c44efe38a69872608ee31954de846aab1a691f2 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 19 Apr 2004 20:17:51 +0000 Subject: Removed variables that got re-added with the icon-theme patch somehow. 2004-04-19 Jeffrey Stedfast * 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 --- mail/em-format-html-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-format-html-display.c') diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 2669a8c7f2..f67860f11f 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -966,7 +966,7 @@ static void efhd_format_prefix(EMFormat *emf, CamelStream *stream) time_t date; char due_date[128]; struct tm due_tm; - gchar *iconpath; + char *iconpath; if (emf->folder == NULL || emf->uid == NULL || (flag = camel_folder_get_message_user_tag(emf->folder, emf->uid, "follow-up")) == NULL -- cgit v1.2.3