GNOME Bugzilla – Bug 629870
Patch to detect and obbey .hidden files.
Last modified: 2010-10-15 18:01:26 UTC
Created attachment 170432 [details] [review] Hidden files patch Hello people, I made a little patch to GTK to make .hidden files to be read and consequently hide the listed files inside it when "Show Hidden Files" is not marked. This modification affects more GtkFileChooser so I chose its component although I changed the gtk/gtkfilesystemmodel.c. Most of the code was taken from Nautilus, with minor changes to suit the gtk coding style. I'd be glad if you take this in consideration. Regards, Daniel Morais
Created attachment 172125 [details] [review] Hidden Files Patch - Updated Update to the previous patch: - .hidden files now is read aways when the TreeView files are changed. - Better implementation
*** This bug has been marked as a duplicate of bug 587806 ***