diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-08-19 13:30:15 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-08-19 13:30:15 +0800 |
commit | cb37c563afea6d1f7680fa845076992c749ee024 (patch) | |
tree | 920f2fc4b1e7189bc2d67e97d0ea68a970f66dfd /widgets/misc/e-attachment.h | |
parent | eedaf1ba9d1d1846d888ce6a2b4fc6d64a97a3bc (diff) | |
download | gsoc2013-evolution-cb37c563afea6d1f7680fa845076992c749ee024.tar.gz gsoc2013-evolution-cb37c563afea6d1f7680fa845076992c749ee024.tar.zst gsoc2013-evolution-cb37c563afea6d1f7680fa845076992c749ee024.zip |
Use camel_url to construct url (eab_icon_clicked_cb)
2005-08-17 Srinivasa Ragavan <sragavan@novell.com>
* e-attachment-bar.c
eab_drag_data_get: Use camel_url to construct url
(eab_icon_clicked_cb) (e_attachment_bar_new):
Fixed part of bug #312224. It handles double click on a attachment
icon and calls gnome_url_show.
* e-attachment.[ch] (finalise) (init): Add a new member to preserve
the stored location
(e_attachment_new)(e_attachment_build_remote_file): Camel_url to
construct urls
svn path=/trunk/; revision=30160
Diffstat (limited to 'widgets/misc/e-attachment.h')
-rw-r--r-- | widgets/misc/e-attachment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment.h b/widgets/misc/e-attachment.h index 92686faec2..46791836ed 100644 --- a/widgets/misc/e-attachment.h +++ b/widgets/misc/e-attachment.h @@ -65,6 +65,7 @@ struct _EAttachment { char *description; gboolean disposition; int index; + char *store_uri; /* Status of signed/encrypted attachments */ camel_cipher_validity_sign_t sign; |