[grilo] test-ui: Use the right options in search/query operations



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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/grilo-test-ui/main.c b/tools/grilo-test-ui/main.c
index 525c484..573ab68 100644
--- a/tools/grilo-test-ui/main.c
+++ b/tools/grilo-test-ui/main.c
@@ -732,7 +732,7 @@ browse_search_query_cb (GrlSource *source,
 	      grl_source_search (source,
 				       state->text,
 				       all_keys (),
-				       options,
+				       supported_options,
 				       browse_search_query_cb,
 				       state);
 	    break;
@@ -741,7 +741,7 @@ browse_search_query_cb (GrlSource *source,
 	      grl_source_query (source,
 				      state->text,
 				      all_keys (),
-				      options,
+				      supported_options,
 				      browse_search_query_cb,
 				      state);
 	    break;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]