From 15b4b77c8ae5dabda4e3c4eb30e4345d5effdfb1 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 12 Nov 1999 03:15:30 +0000 Subject: Some message composer improvements. svn path=/trunk/; revision=1382 --- widgets/e-msg-composer-attachment.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'widgets/e-msg-composer-attachment.h') diff --git a/widgets/e-msg-composer-attachment.h b/widgets/e-msg-composer-attachment.h index 07dd7f247d..7e3c88238b 100644 --- a/widgets/e-msg-composer-attachment.h +++ b/widgets/e-msg-composer-attachment.h @@ -49,12 +49,13 @@ struct _EMsgComposerAttachment { gchar *file_name; gchar *description; gchar *mime_type; + + gulong size; }; struct _EMsgComposerAttachmentClass { GtkObjectClass parent_class; - /* Signals go here */ void (*changed) (EMsgComposerAttachment *msg_composer_attachment); }; -- cgit