client: Components.ConversationActions: Always reset icon when leaving a GMail account
This commit is contained in:
parent
7ec1bcf6e3
commit
e1e859457b
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue