aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@src.gnome.org>2007-09-26 20:50:13 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-09-26 20:50:13 +0800
commitc54e15f7cfe18f697baa11a8a44b458cb7694c28 (patch)
tree3576848263913ffd74186bd30bec4e4fbead4b70 /widgets/misc/e-attachment.h
parentec587dd42837f286065ecd3f722b6dfc670f4d21 (diff)
downloadgsoc2013-evolution-c54e15f7cfe18f697baa11a8a44b458cb7694c28.tar
gsoc2013-evolution-c54e15f7cfe18f697baa11a8a44b458cb7694c28.tar.gz
gsoc2013-evolution-c54e15f7cfe18f697baa11a8a44b458cb7694c28.tar.bz2
gsoc2013-evolution-c54e15f7cfe18f697baa11a8a44b458cb7694c28.tar.lz
gsoc2013-evolution-c54e15f7cfe18f697baa11a8a44b458cb7694c28.tar.xz
gsoc2013-evolution-c54e15f7cfe18f697baa11a8a44b458cb7694c28.tar.zst
gsoc2013-evolution-c54e15f7cfe18f697baa11a8a44b458cb7694c28.zip
2007-09-26 mcrha Fix for bug #423401
svn path=/trunk/; revision=34310
Diffstat (limited to 'widgets/misc/e-attachment.h')
-rw-r--r--widgets/misc/e-attachment.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/widgets/misc/e-attachment.h b/widgets/misc/e-attachment.h
index 53cdd80f6f..478dc07d22 100644
--- a/widgets/misc/e-attachment.h
+++ b/widgets/misc/e-attachment.h
@@ -26,6 +26,7 @@
#define __E_ATTACHMENT_H__
#include <gdk-pixbuf/gdk-pixbuf.h>
+#include <gtk/gtkwindow.h>
#include <glade/glade-xml.h>
#include <camel/camel-mime-part.h>
#include <camel/camel-exception.h>
@@ -83,7 +84,8 @@ GType e_attachment_get_type (void);
EAttachment *e_attachment_new (const char *file_name,
const char *disposition,
CamelException *ex);
-EAttachment * e_attachment_new_remote_file (const char *url,
+EAttachment * e_attachment_new_remote_file (GtkWindow *error_dlg_parent,
+ const char *url,
const char *disposition,
const char *path,
CamelException *ex);