[gnome-software/gnome-3-22] trivial: Show details when clicking on updates
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-22] trivial: Show details when clicking on updates
- Date: Tue, 7 Mar 2017 16:35:46 +0000 (UTC)
commit 6813226d5212f7aea002c6f4ce72174387e74413
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]