From e1e859457bebfed83a0f132db8799d0f2e414e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bellegarde?= Date: Wed, 12 Jul 2023 15:26:46 +0200 Subject: [PATCH] client: Components.ConversationActions: Always reset icon when leaving a GMail account --- src/client/components/components-conversation-actions.vala | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/client/components/components-conversation-actions.vala b/src/client/components/components-conversation-actions.vala index 8f8fe61f..ef7db3fd 100644 --- a/src/client/components/components-conversation-actions.vala +++ b/src/client/components/components-conversation-actions.vala @@ -145,6 +145,10 @@ public class Components.ConversationActions : Gtk.Box { "Copy conversations", this.selected_conversations ); + this.copy_message_button.set_image( + new Gtk.Image.from_icon_name( + "folder-symbolic", Gtk.IconSize.BUTTON) + ); break; } }