[geary: 1/3] ConversationListView: Really move conversations to Trash
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary: 1/3] ConversationListView: Really move conversations to Trash
- Date: Sat, 15 Feb 2020 21:47:44 +0000 (UTC)
commit 03a11373f980f8d33f60023a46950a71e1e497e9
Author: Алексей Шилин <rootlexx mail ru>
Date: Fri Feb 14 14:03:10 2020 +0300
ConversationListView: Really move conversations to Trash
Conversations list context menu item says 'Move conversation to Trash',
but archiving was being done instead.
src/client/conversation-list/conversation-list-view.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/client/conversation-list/conversation-list-view.vala
b/src/client/conversation-list/conversation-list-view.vala
index 96acc4b8..c5bf6cda 100644
--- a/src/client/conversation-list/conversation-list-view.vala
+++ b/src/client/conversation-list/conversation-list-view.vala
@@ -337,7 +337,7 @@ public class ConversationListView : Gtk.TreeView, Geary.BaseInterface {
this.selected.size
),
Action.Window.prefix(
- Application.MainWindow.ACTION_ARCHIVE_CONVERSATION
+ Application.MainWindow.ACTION_TRASH_CONVERSATION
)
);
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]