diff options
Diffstat (limited to 'widgets/misc/e-attachment.h')
-rw-r--r-- | widgets/misc/e-attachment.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/widgets/misc/e-attachment.h b/widgets/misc/e-attachment.h index 3b03a0aa72..d2cf892c11 100644 --- a/widgets/misc/e-attachment.h +++ b/widgets/misc/e-attachment.h @@ -31,7 +31,7 @@ #include <camel/camel-mime-part.h> #include <camel/camel-exception.h> #include <camel/camel-cipher-context.h> -#include <libgnomevfs/gnome-vfs.h> +#include <gio/gio.h> #ifdef __cplusplus extern "C" { @@ -59,7 +59,8 @@ struct _EAttachment { GdkPixbuf *pixbuf_cache; - GnomeVFSAsyncHandle *handle; + GCancellable *cancellable; + gboolean is_available_local; int percentage; char *file_name; |