GNOME Bugzilla – Bug 335338
eog should not display hidden (dot) images
Last modified: 2006-03-27 02:03:00 UTC
Please describe the problem: If a directory contains hidden images (.some_image) , those images should not be shown. Steps to reproduce: 1. Open a directory containing images 2. Copy an image to '.some_image' and refresh the view. The image should not be visible anymore. 3. Open some image and move between images (ex. with Ctrl+PgDown) Actual results: The hidden image is also shown Expected results: Not show the hidden image Does this happen every time? Yes Other information:
Fixed in HEAD and gnome-2-14 branches. Thanks! 2006-03-26 Lucas Rocha <lucasr@gnome.org> * libeog/eog-image-list.c (directory_visit_cb): don't include hidden images from a directory on image list (Fixes bug #335338).