mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-19 06:11:47 -04:00
Show version when listing apps and runtimes
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user