diff options
Diffstat (limited to 'e-util/e-attachment.c')
-rw-r--r-- | e-util/e-attachment.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-attachment.c b/e-util/e-attachment.c index b7c59779e1..06018e8130 100644 --- a/e-util/e-attachment.c +++ b/e-util/e-attachment.c @@ -69,9 +69,9 @@ struct _EAttachmentPrivate { gint64 last_percent_notify; /* to avoid excessive notifications */ guint can_show : 1; - guint loading : 1; - guint saving : 1; - guint shown : 1; + guint loading : 1; + guint saving : 1; + guint shown : 1; camel_cipher_validity_encrypt_t encrypted; camel_cipher_validity_sign_t signed_; |