GNOME Bugzilla – Bug 612152
File Location field is not uri-escaped correctly
Last modified: 2010-03-08 10:36:46 UTC
Created attachment 155522 [details] [review] Patch v1 Steps to reproduce: 1. Import a file from a folder that contains a space (such as "PopRock II"). 2. Create a Smart playlist with the condition FileLocation contains "PopRock II" Current results: It doesn't work. Expected results: The smartplaylist should contain the file. Also explained by a user here: http://mail.gnome.org/archives/banshee-list/2010-March/msg00061.html
Created attachment 155523 [details] [review] Patch v2 Bug no. was incorrect.
Created attachment 155524 [details] file lacking in patch v2 I don't know why this file is not included in the diff generated by git diff. It should be placed here: ./src/Libraries/Hyena/Hyena.Query/ExactUriStringQueryValue.cs
Created attachment 155529 [details] [review] Patch v3 Now the new file is included.
Gosh, it didn't do it. I'll regen it asap.
Created attachment 155537 [details] [review] Patch v4 Finally!
Committed, thanks Andrés! commit f1d295d2b05a13b24e900ceb6392ce32568d691f Author: Andrés G. Aragoneses <knocte@gmail.com> Date: Mon Mar 8 21:33:45 2010 +1100 [Hyena.Query] Fix file location queries (bgo#612152) Signed-off-by: Alexander Kojevnikov <alexander@kojevnikov.com>