Skip to content

Commit 09fea91

Browse files
fxriraveit65
authored andcommitted
Don't force-enable the sidebar on startup once a page is added
https://bugzilla.gnome.org/show_bug.cgi?id=668178 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/6b28ca6
1 parent b1c0911 commit 09fea91

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/eom-window.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4106,10 +4106,6 @@ eom_window_sidebar_visibility_changed (GtkWidget *widget, EomWindow *window)
41064106

41074107
visible = gtk_widget_get_visible (window->priv->sidebar);
41084108

4109-
g_settings_set_boolean (window->priv->ui_settings,
4110-
EOM_CONF_UI_SIDEBAR,
4111-
visible);
4112-
41134109
action = gtk_action_group_get_action (window->priv->actions_window,
41144110
"ViewSidebar");
41154111

0 commit comments

Comments
 (0)