summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2021-04-22 15:28:15 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2021-04-22 15:55:39 +0500
commitc6c87f2971136959bca3a4abb87e91e89463e48c (patch)
tree0d98c5aec44331d00c344a7778a145d27c4abf45
parentadeb59da5ae7d177a3bb7016bc27990e851b82ee (diff)
downloadepiphany-wip/exalm/tab-expand.tar.gz
tab-view: Apply expand and visibility settings on startupwip/exalm/tab-expand
Fixes https://gitlab.gnome.org/GNOME/epiphany/-/issues/1512
-rw-r--r--src/ephy-tab-view.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-tab-view.c b/src/ephy-tab-view.c
index 2732ce1aa..7fe89ab0f 100644
--- a/src/ephy-tab-view.c
+++ b/src/ephy-tab-view.c
@@ -649,6 +649,9 @@ ephy_tab_view_set_tab_bar (EphyTabView *self,
"changed::" EPHY_PREFS_UI_EXPAND_TABS_BAR,
G_CALLBACK (expand_changed_cb), self,
G_CONNECT_SWAPPED);
+
+ visibility_policy_changed_cb (self);
+ expand_changed_cb (self);
}
settings = gtk_settings_get_default ();