[grilo] test-ui: Adapted to changes in grl_plugin_registry_load_all
- From: Iago Toral Quiroga <itoral src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] test-ui: Adapted to changes in grl_plugin_registry_load_all
- Date: Mon, 20 Dec 2010 11:13:32 +0000 (UTC)
commit 8ac14da0b014dbcc43c5dd49eb238dfb84b71014
Author: Iago Toral Quiroga <itoral igalia com>
Date: Mon Dec 20 09:42:20 2010 +0100
test-ui: Adapted to changes in grl_plugin_registry_load_all
tools/grilo-test-ui/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/grilo-test-ui/main.c b/tools/grilo-test-ui/main.c
index 73ab59c..32642ae 100644
--- a/tools/grilo-test-ui/main.c
+++ b/tools/grilo-test-ui/main.c
@@ -1749,7 +1749,7 @@ load_plugins (void)
G_CALLBACK (source_added_cb), NULL);
g_signal_connect (registry, "source-removed",
G_CALLBACK (source_removed_cb), NULL);
- if (!grl_plugin_registry_load_all (registry)) {
+ if (!grl_plugin_registry_load_all (registry, NULL)) {
g_error ("Failed to load plugins.");
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]