GNOME Bugzilla – Bug 743923
[PATCH] Cannot create a saved search for photos that have an unset title
Last modified: 2015-02-10 21:57:11 UTC
I created a saved search with the criteria 'Title is not set' and nothing showed up. The attached patch fixes this issue.
Created attachment 296008 [details] [review] Patch to fix the issue
Review of attachment 296008 [details] [review]: Running with logging set, when I create this saved search with your patch I get a tremendous number of these warnings: (shotwell:11893): GLib-CRITICAL **: g_utf8_strdown: assertion 'str != NULL' failed L 11893 2015-02-03 17:45:50 [CRT] string_remove_diacritics: assertion 'istring != NULL' failed Additionally, when I run from master, a "no title set" saved search finds a number of photos and videos in my collection. What are you seeing?
Created attachment 296060 [details] [review] Version 2 of the patch Sorry about the first patch. I missed the assertion errors on the console. I included a second patch and verified that no assertion errors appear on the console. Brian
Got it. I also now see what you're fixing! Pushed to master, commit 4c7455
*** Bug 725422 has been marked as a duplicate of this bug. ***