[gnome-software] trivial: Ensure we pass in the list when doing the non-app gs_plugin_update()



commit b5d45f13f81b64038912999797bf25f9f970e4ab
Author: Richard Hughes <richard hughsie com>
Date:   Sat Mar 4 11:33:31 2017 +0000

    trivial: Ensure we pass in the list when doing the non-app gs_plugin_update()

 src/gs-plugin-loader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-plugin-loader.c b/src/gs-plugin-loader.c
index b8a8846..9f43992 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -4679,7 +4679,7 @@ gs_plugin_loader_update_thread_cb (GTask *task,
                GsPlugin *plugin = g_ptr_array_index (priv->plugins, i);
                if (g_task_return_error_if_cancelled (task))
                        return;
-               if (!gs_plugin_loader_call_vfunc (job, plugin, NULL, NULL,
+               if (!gs_plugin_loader_call_vfunc (job, plugin, NULL, job->list,
                                                  cancellable, &error)) {
                        g_task_return_error (task, error);
                        return;


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