diff --git a/panels/background/cc-background-grilo-miner.c b/panels/background/cc-background-grilo-miner.c index 720244173..4b6d7cbaf 100644 --- a/panels/background/cc-background-grilo-miner.c +++ b/panels/background/cc-background-grilo-miner.c @@ -308,7 +308,8 @@ cc_background_grilo_miner_class_init (CcBackgroundGriloMinerClass *klass) registry = grl_registry_get_default (); error = NULL; - if (!grl_registry_activate_plugin_by_id (registry, "grl-flickr", &error)) + if (!grl_registry_load_all_plugins (registry, FALSE, &error) || + !grl_registry_activate_plugin_by_id (registry, "grl-flickr", &error)) { g_warning ("%s", error->message); g_error_free (error);