[gnome-software/wip/kalev/gnome-3-22: 96/96] trivial: Show details when clicking on updates



commit 7f32e43d302be6b3ff86b47ba559ddb529e568c1
Author: Richard Hughes <richard hughsie com>
Date:   Fri Mar 3 22:28:23 2017 +0000

    trivial: Show details when clicking on updates

 src/gs-shell-updates.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-shell-updates.c b/src/gs-shell-updates.c
index 68133d0..e5a862b 100644
--- a/src/gs-shell-updates.c
+++ b/src/gs-shell-updates.c
@@ -652,6 +652,11 @@ static void
 show_update_details (GsApp *app, GsShellUpdates *self)
 {
        GtkWidget *dialog;
+       g_autofree gchar *str = NULL;
+
+       /* debug */
+       str = gs_app_to_string (app);
+       g_debug ("%s", str);
 
        dialog = gs_update_dialog_new (self->plugin_loader);
        gs_update_dialog_show_update_details (GS_UPDATE_DIALOG (dialog), app);


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