[grilo] test-ui: Adapted to changes in grl_multiple_search API.



commit 7afcd8adf6310cbed3b87e274eb9ddab19a44b6c
Author: Iago Toral Quiroga <itoral igalia com>
Date:   Tue Jun 15 11:38:51 2010 +0200

    test-ui: Adapted to changes in grl_multiple_search API.

 tools/grilo-test-ui/main.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tools/grilo-test-ui/main.c b/tools/grilo-test-ui/main.c
index aa4d8fc..44e2377 100644
--- a/tools/grilo-test-ui/main.c
+++ b/tools/grilo-test-ui/main.c
@@ -1003,7 +1003,8 @@ search (GrlMediaSource *source, const gchar *text)
   } else {
     /* Multiple search (all sources) */
     multiple = TRUE;
-    search_id = grl_multiple_search (text,
+    search_id = grl_multiple_search (NULL,
+				     text,
 				     browse_keys (),
 				     BROWSE_MAX_COUNT,
 				     BROWSE_FLAGS,



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