[gnome-software] trivial: Show details when clicking on updates
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Show details when clicking on updates
- Date: Sat, 4 Mar 2017 11:37:18 +0000 (UTC)
commit 800be41c0f9dfbc56a921d31858fbdbb410c74ac
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 1fcb577..49f13b4 100644
--- a/src/gs-shell-updates.c
+++ b/src/gs-shell-updates.c
@@ -645,6 +645,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]