diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-12-28 02:46:42 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-12-28 02:46:42 +0800 |
commit | 3fa9fa84fcf6f41bf59175b9c5eb310f5f2004af (patch) | |
tree | e27d1f0c80867498aa57c07918ac378cd4f70fb1 /mail/mail-display.h | |
parent | a671bf0c5b5f5b36516d87e6e1e520ad24ebe78b (diff) | |
download | gsoc2013-evolution-3fa9fa84fcf6f41bf59175b9c5eb310f5f2004af.tar.gz gsoc2013-evolution-3fa9fa84fcf6f41bf59175b9c5eb310f5f2004af.tar.zst gsoc2013-evolution-3fa9fa84fcf6f41bf59175b9c5eb310f5f2004af.zip |
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
Diffstat (limited to 'mail/mail-display.h')
-rw-r--r-- | mail/mail-display.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |