Revert "Readded tooltips in compact conversation view"

This reverts commit 1ac5bd6394589ec9d7739c7672cb213d574dc802
This commit is contained in:
Daniel Yahalom 2023-04-24 18:52:11 +00:00 committed by Niels De Graef
parent e84611d41d
commit b9889e6a42
2 changed files with 1 additions and 3 deletions

View file

@ -1878,7 +1878,6 @@ public class Application.MainWindow :
);
this.conversation_list_actions.update_trash_button(show_trash);
this.conversation_headerbar.full_actions.update_trash_button(show_trash);
this.conversation_headerbar.compact_actions.update_trash_button(show_trash);
}
private async void update_context_dependent_actions(bool sensitive) {

View file

@ -25,7 +25,7 @@ public class Components.ConversationActions : Gtk.Box {
}
}
public int selected_conversations { get; set; default=1;}
public int selected_conversations { get; set; }
public Geary.Account account { get; set; }
@ -58,7 +58,6 @@ public class Components.ConversationActions : Gtk.Box {
"mark_message_menu"
);
this.update_conversation_buttons();
this.notify["selected-conversations"].connect(() => update_conversation_buttons());
this.notify["service-provider"].connect(() => update_conversation_buttons());
this.mark_message_button.popover = new Gtk.Popover.from_model(null, mark_menu);