diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2013-08-18 00:02:35 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-08-18 00:02:35 +0800 |
commit | 5486a2614516daec62327431c511099728d14b2b (patch) | |
tree | ae98c495b59e2e75a2d31e143878544a5a1f3ccf /e-util/e-attachment-view.c | |
parent | 672d5151493e985d20ef1658a35eda8161c97fac (diff) | |
download | gsoc2013-evolution-5486a2614516daec62327431c511099728d14b2b.tar gsoc2013-evolution-5486a2614516daec62327431c511099728d14b2b.tar.gz gsoc2013-evolution-5486a2614516daec62327431c511099728d14b2b.tar.bz2 gsoc2013-evolution-5486a2614516daec62327431c511099728d14b2b.tar.lz gsoc2013-evolution-5486a2614516daec62327431c511099728d14b2b.tar.xz gsoc2013-evolution-5486a2614516daec62327431c511099728d14b2b.tar.zst gsoc2013-evolution-5486a2614516daec62327431c511099728d14b2b.zip |
Add properties and widgets to support archive extraction
Diffstat (limited to 'e-util/e-attachment-view.c')
-rw-r--r-- | e-util/e-attachment-view.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-attachment-view.c b/e-util/e-attachment-view.c index 2d6e090dd1..6e7c4849b2 100644 --- a/e-util/e-attachment-view.c +++ b/e-util/e-attachment-view.c @@ -257,6 +257,7 @@ action_save_all_cb (GtkAction *action, GList *list, *iter; GFile *destination; gpointer parent; + gboolean save_attachments, save_extracted_files; store = e_attachment_view_get_store (view); |