From 23299b0746295a4a1a98ee02891feb02943e856f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= Date: Thu, 29 Aug 2024 14:08:09 +0000 Subject: [PATCH] Set icon for the window --- src/sysprof/sysprof-application.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sysprof/sysprof-application.c b/src/sysprof/sysprof-application.c index b2870f27..1eda2d31 100644 --- a/src/sysprof/sysprof-application.c +++ b/src/sysprof/sysprof-application.c @@ -235,6 +235,7 @@ sysprof_application_init (SysprofApplication *self) textdomain (GETTEXT_PACKAGE); g_set_application_name (_("Sysprof")); + gtk_window_set_default_icon_name (APP_ID_S); g_application_add_main_option_entries (G_APPLICATION (self), option_entries);