From 7ebbba1d64a72b8fae5188eec38d2585806113cf Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 1 Jun 2015 13:32:48 +0200 Subject: [PATCH] Show version when listing apps and runtimes --- xdg-app-builtins-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdg-app-builtins-list.c b/xdg-app-builtins-list.c index f2e7ff90..b89a470e 100644 --- a/xdg-app-builtins-list.c +++ b/xdg-app-builtins-list.c @@ -139,7 +139,7 @@ print_installed_refs (const char *kind, gboolean print_system, gboolean print_us { if (last == NULL || strcmp (last, parts[1]) != 0) { - g_print ("%s\t%s\n", parts[1], repo); + g_print ("%s\t%s\t%s\n", parts[1], parts[3], repo); g_clear_pointer (&last, g_free); last = g_strdup (parts[1]); }