diff options
Diffstat (limited to 'em-format/em-format.h')
-rw-r--r-- | em-format/em-format.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/em-format/em-format.h b/em-format/em-format.h index ec805e7cd8..ebe9e840b9 100644 --- a/em-format/em-format.h +++ b/em-format/em-format.h @@ -186,7 +186,6 @@ struct _EMFormatHeader { **/ struct _EMFormat { GObject parent; - EMFormatPrivate *priv; CamelMimeMessage *message; /* the current message */ @@ -359,7 +358,7 @@ void em_format_format (EMFormat *emf, CamelFolder *folder, const gchar *uid, CamelMimeMessage *message); -void em_format_redraw (EMFormat *emf); +void em_format_queue_redraw (EMFormat *emf); void em_format_format_attachment (EMFormat *emf, CamelStream *stream, CamelMimePart *mime_part, |