$OpenBSD: patch-plugins_grilo_rb-grilo-plugin_c,v 1.3 2016/04/25 15:52:14 jasper Exp $

https://bugzilla.gnome.org/show_bug.cgi?id=759589

--- plugins/grilo/rb-grilo-plugin.c.orig	Fri Aug  7 12:20:22 2015
+++ plugins/grilo/rb-grilo-plugin.c	Mon Apr 25 17:38:57 2016
@@ -213,7 +213,7 @@ impl_activate (PeasActivatable *plugin)
 	pi->registry = grl_registry_get_default ();
 	g_signal_connect (pi->registry, "source-added", G_CALLBACK (grilo_source_added_cb), pi);
 	g_signal_connect (pi->registry, "source-removed", G_CALLBACK (grilo_source_removed_cb), pi);
-	if (grl_registry_load_all_plugins (pi->registry, &error) == FALSE) {
+	if (grl_registry_load_all_plugins (pi->registry, TRUE, &error) == FALSE) {
 		g_warning ("Failed to load Grilo plugins: %s", error->message);
 		g_clear_error (&error);
 	}
