GNOME Bugzilla – Bug 579237
search as you type doesn't work in the media library
Last modified: 2009-07-29 22:53:34 UTC
To reproduce: 1. import clips named 1, 2, 3 into the media library 2. focus the media library by selecting clip 1 3. type "3" Expected results: the clip starting with the character 3 is selected Actual results: the current clip is deselected and nothing happens Not the same as bug #578710.
have a patch for this in branch bug_580680 on my github repository
commit 789ebe1f0da79d29958ea50eda62d49f310b5e84 Author: Brandon Lewis <brandon_lewis@berkeley.edu> Date: Tue Jul 28 12:09:40 2009 -0700 ui.sourcelist.py: add a column containing the escaped, unquoted factory base name and use this as the search_column. fixes bug 579237