From 3fa9fa84fcf6f41bf59175b9c5eb310f5f2004af Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 27 Dec 2000 18:46:42 +0000 Subject: Return of the thumbnail cache. Still does the same swap thumbnails around problem it had last time. As the code is totally different, I'm guessing it's a bug in GtkHTML. But its probably not. svn path=/trunk/; revision=7183 --- mail/mail-display.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail-display.h') diff --git a/mail/mail-display.h b/mail/mail-display.h index c4eac5f145..c7c45c9bdf 100644 --- a/mail/mail-display.h +++ b/mail/mail-display.h @@ -30,6 +30,7 @@ struct _MailDisplay { CamelMimeMessage *current_message; GData **data; + GHashTable *thumbnail_cache; }; typedef struct { -- cgit