GNOME Bugzilla – Bug 621450
Tags with spaces are not shown in completion list of find bar
Last modified: 2010-06-14 16:10:09 UTC
When entering tags with spaces (multi-word tags) into the find bar, the completion list is empty as soon as the space character is entered. Use the following steps to reproduce: 1. Create a tag named "Tag with spaces" 2. Open the find bar by entering "/" 3. Enter "Tag " into the find bar As soon as the space is entered, the completion list is empty/disappears.
Fixed in merge request: http://gitorious.org/f-spot/mainline/merge_requests/44
Very clean patches and I love the refactoring to enable unit testing. We need more of that. Thanks a lot!