[gnome-builder] plugins/podman: set icon for runtime



commit 498e67eee3de224415bc15723c8391325cbdbcc1
Author: Christian Hergert <chergert redhat com>
Date:   Tue Aug 23 17:44:53 2022 -0700

    plugins/podman: set icon for runtime

 src/plugins/podman/gbp-podman-runtime.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/plugins/podman/gbp-podman-runtime.c b/src/plugins/podman/gbp-podman-runtime.c
index eb5866924..b64b63e47 100644
--- a/src/plugins/podman/gbp-podman-runtime.c
+++ b/src/plugins/podman/gbp-podman-runtime.c
@@ -645,6 +645,7 @@ gbp_podman_runtime_new (JsonObject *object)
                        "id", full_id,
                        "category", category,
                        "display-name", names,
+                       "icon-name", is_toolbox ? "ui-container-toolbx-symbolic" : 
"ui-container-podman-symbolic",
                        NULL);
   self->object = json_object_ref (object);
   self->id = g_strdup (id);


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