[gnome-builder] plugins/flatpak: set icon for runtimes



commit 16b06ebc4bf624e4ea4f0cc9e714f44923cf1ce0
Author: Christian Hergert <chergert redhat com>
Date:   Tue Aug 23 17:44:32 2022 -0700

    plugins/flatpak: set icon for runtimes

 src/plugins/flatpak/gbp-flatpak-runtime.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/plugins/flatpak/gbp-flatpak-runtime.c b/src/plugins/flatpak/gbp-flatpak-runtime.c
index 5510ce0c4..6f1aa0d47 100644
--- a/src/plugins/flatpak/gbp-flatpak-runtime.c
+++ b/src/plugins/flatpak/gbp-flatpak-runtime.c
@@ -872,6 +872,8 @@ static void
 gbp_flatpak_runtime_init (GbpFlatpakRuntime *self)
 {
   self->program_paths_cache = g_hash_table_new (g_str_hash, g_str_equal);
+
+  ide_runtime_set_icon_name (IDE_RUNTIME (self), "ui-container-flatpak-symbolic");
 }
 
 GbpFlatpakRuntime *


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