[eog] Don't force-enable the sidebar on startup once a page is added
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Don't force-enable the sidebar on startup once a page is added
- Date: Wed, 18 Jan 2012 15:09:15 +0000 (UTC)
commit 6b28ca6b46fda34855d89564e5097324947ac1b9
Author: Felix Riemann <friemann gnome org>
Date: Wed Jan 18 16:07:19 2012 +0100
Don't force-enable the sidebar on startup once a page is added
https://bugzilla.gnome.org/show_bug.cgi?id=668178
src/eog-window.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/eog-window.c b/src/eog-window.c
index 171fb0f..09149f2 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -4249,9 +4249,6 @@ eog_window_sidebar_visibility_changed (GtkWidget *widget, EogWindow *window)
visible = gtk_widget_get_visible (window->priv->sidebar);
- g_settings_set_boolean (window->priv->ui_settings, EOG_CONF_UI_SIDEBAR,
- visible);
-
action = gtk_action_group_get_action (window->priv->actions_window,
"ViewSidebar");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]