GNOME Bugzilla – Bug 306821
enabling View / show hidden and backup files is not applied immediately
Last modified: 2005-08-29 09:53:36 UTC
Please describe the problem: Enabling Preferenves / View / Show hidden and backup files is not applied immediately. Reloading the current dir does not apply it either. The user has to open a new Nautilus window, to make the change appear. However, *disabling* this is applied immediately. Using browser mode, FWIW. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Thanks for your bug report! I suppose this has to do with the way fm_directory_view_init_show_hidden_files is invoked and whether the mode is NAUTILUS_WINDOW_SHOW_HIDDEN_FILES_DEFAULT.
Created attachment 51414 [details] [review] Proposed patch I've also submitted this patch to the nautilus mailing list [1] for review. [1] http://mail.gnome.org/archives/nautilus-list/2005-August/msg00229.html
This looks quite safe, even this late. Commiting.