[geary] Fix conversation message Save All Attachments not working.



commit da9f0ad06985c02446312e9a2e0242516249055e
Author: Michael James Gratton <mike vee net>
Date:   Sat Oct 22 18:25:13 2016 +1100

    Fix conversation message Save All Attachments not working.

 .../conversation-viewer/conversation-email.vala    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/client/conversation-viewer/conversation-email.vala 
b/src/client/conversation-viewer/conversation-email.vala
index 6b8b0d6..fba8f56 100644
--- a/src/client/conversation-viewer/conversation-email.vala
+++ b/src/client/conversation-viewer/conversation-email.vala
@@ -401,7 +401,7 @@ public class ConversationEmail : Gtk.Box {
         add_action(ACTION_SAVE_ATTACHMENTS, false).activate.connect(() => {
                 save_attachments(get_selected_attachments());
             });
-        add_action(ACTION_SAVE_ALL_ATTACHMENTS, false).activate.connect(() => {
+        add_action(ACTION_SAVE_ALL_ATTACHMENTS).activate.connect(() => {
                 save_attachments(this.displayed_attachments);
             });
         add_action(ACTION_SELECT_ALL_ATTACHMENTS, false).activate.connect(() => {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]