[gnome-software] trivial: unbreak the last commit



commit c534c93194dc27ebe3e5b0affe776977c785e088
Author: Richard Hughes <richard hughsie com>
Date:   Wed Jan 29 12:10:27 2014 +0000

    trivial: unbreak the last commit

 src/gs-shell-updates.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-shell-updates.c b/src/gs-shell-updates.c
index 5378027..b13d259 100644
--- a/src/gs-shell-updates.c
+++ b/src/gs-shell-updates.c
@@ -528,6 +528,10 @@ show_update_details (GsApp *app, GsShellUpdates *shell_updates)
                for (i = 0; i < related->len; i++) {
                        app_related = g_ptr_array_index (related, i);
                        row = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 12);
+                       g_object_set_data_full (G_OBJECT (row),
+                                               "app",
+                                               g_object_ref (app_related),
+                                               g_object_unref);
                        sort = gs_app_get_source_default (app_related);
                        g_object_set_data_full (G_OBJECT (row),
                                                "sort",


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