GNOME Bugzilla – Bug 694008
Filesystem plugin strips "extension" from directories' title
Last modified: 2013-02-18 10:23:53 UTC
Created attachment 236429 [details] [review] Don't strip the "extension" from directory titles patch The filesystem plugin removes the "extension" (last period and any following characters, if any) from the titles of media, including directories. Directories don't tend to have meaningful extensions. So I don't think it should do so for directories.
commit aad08e70b340c024cf94407258166b5f8641eb82 Author: Mike Ruprecht <mike.ruprecht@collabora.co.uk> Date: Sat Feb 16 21:02:34 2013 -0600 filesystem: Don't strip "extension" from title if it's a directory https://bugzilla.gnome.org/show_bug.cgi?id=694008 src/filesystem/grl-filesystem.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)