GNOME Bugzilla – Bug 83962
File names in list view should only be underlined when the mouse is over them
Last modified: 2005-08-15 01:51:11 UTC
File names in list view should only be underlined when the mouse is over them, like in the icon view.
Items in the icon view are no longer underlined on mouseover. Is it ok to change this bug to "File names in the list view should not be underlined"? Also, this is only specific to single click mode.
Bug 105521 is related
We should have a link cursor like in the icon view. regs, Chris
Created attachment 22706 [details] [review] Proposed patch. Added new function to toggle whether the cursor should be shown. Removed underlining code.
Marking priority as high.
As of 2004-01-21, this patch has one hunk that fails to apply to CVS revision 1.218/HEAD: aew@duende:~/Projects/GNOME/CVS/nautilus$ patch -p 0 < /home/aew/showattachment.cgi patching file src/file-manager/fm-list-view.c Hunk #1 FAILED at 81. Hunk #2 succeeded at 370 (offset 31 lines). Hunk #3 succeeded at 418 (offset 31 lines). Hunk #4 succeeded at 1865 (offset 501 lines). 1 out of 4 hunks FAILED -- saving rejects to file src/file-manager/fm-list-view.c.rej
Removing the PATCH keyword then, based on alex's comment.
Comment on attachment 22706 [details] [review] Proposed patch. Added new function to toggle whether the cursor should be shown. Removed underlining code. need a new version that applies to HEAD
*** Bug 162279 has been marked as a duplicate of this bug. ***
#162279 suggests that could be an option
Nautilus CVS now has the behavior described in comment #1 and comment #3 (list view, single-click mode).