Merge branch 'fix_#112' into 'mainline'
components: ensure correct initial state for headerbars buttons Closes #1112 See merge request GNOME/geary!623
This commit is contained in:
commit
d76d838e5d
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ public class Components.ConversationHeaderBar : Gtk.HeaderBar {
|
|||
|
||||
reply_forward_buttons = actions.reply_forward_buttons;
|
||||
archive_trash_delete_buttons = actions.archive_trash_delete_buttons;
|
||||
action_bar.reveal_child = get_allocated_width() > 600;
|
||||
update_action_bar();
|
||||
this.owner_notify = actions.notify["owner"].connect(() => {
|
||||
if (actions.owner != this) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue