[grilo-plugins] tests: Adapted to changes in grl_plugin_registry_add_config
- From: Iago Toral Quiroga <itoral src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] tests: Adapted to changes in grl_plugin_registry_add_config
- Date: Mon, 20 Dec 2010 11:13:18 +0000 (UTC)
commit 1b6fe693c30b12046503902f7fd7aa527614489d
Author: Iago Toral Quiroga <itoral igalia com>
Date: Mon Dec 20 10:32:27 2010 +0100
tests: Adapted to changes in grl_plugin_registry_add_config
test/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/main.c b/test/main.c
index b48747a..10b9a01 100644
--- a/test/main.c
+++ b/test/main.c
@@ -232,7 +232,7 @@ main (void)
GrlConfig *config = grl_config_new ("grl-youtube", NULL);
grl_config_set_api_key (config, YOUTUBE_KEY);
- grl_plugin_registry_add_config (registry, config);
+ grl_plugin_registry_add_config (registry, config, NULL);
grl_plugin_registry_load (registry,
"../src/youtube/.libs/libgrlyoutube.so",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]