After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 687104 - Searching all doesn't finalizes
Searching all doesn't finalizes
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
git master
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2012-10-29 11:45 UTC by Juan A. Suarez Romero
Modified: 2012-11-04 12:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test-ui: Use the right options in search/query operations (1.12 KB, patch)
2012-11-01 08:24 UTC, Juan A. Suarez Romero
committed Details | Review

Description Juan A. Suarez Romero 2012-10-29 11:45:43 UTC
Open the Test UI, select Tracker in the "Search" combo, and click search without entering any value.

The behaviour is Grilo will search all the media; but seems the operation doesn't finalize, and check_options() failed is reported in the log.

Same applies to other plugins.
Comment 1 Juan A. Suarez Romero 2012-11-01 08:24:31 UTC
Created attachment 227782 [details] [review]
test-ui: Use the right options in search/query operations

It fixes a small bug that meant operations not really finishing.
Comment 2 Juan A. Suarez Romero 2012-11-04 12:22:08 UTC
commit 1cdab86dbc6fccfc783ca44213d645b67c00fb43
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Thu Nov 1 09:22:46 2012 +0100

    test-ui: Use the right options in search/query operations
    
    It fixes a small bug that meant operations not really finishing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687104

 tools/grilo-test-ui/main.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Attachment 227782 [details] pushed as 1cdab86 - test-ui: Use the right options in search/query operations