[nautilus/gnome-3-8] view: Make sure we chain down to call reset_to_defaults on the view.



commit 7ec5b026f5d1afe52e8c046b329ef30d7d3bc0a5
Author: Michael Wood <michael g wood intel com>
Date:   Wed Apr 10 16:57:05 2013 +0100

    view: Make sure we chain down to call reset_to_defaults on the view.

 src/nautilus-view.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index 357da27..4441c40 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -471,6 +471,8 @@ nautilus_view_reset_to_defaults (NautilusView *view)
                                              NAUTILUS_ACTION_SHOW_HIDDEN_FILES);
        gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action),
                                      g_settings_get_boolean (gtk_filechooser_preferences, 
NAUTILUS_PREFERENCES_SHOW_HIDDEN_FILES));
+
+        NAUTILUS_VIEW_CLASS (G_OBJECT_GET_CLASS (view))->reset_to_defaults (view);
 }
 
 static gboolean


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]