mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
Set icon for the window
This commit is contained in:
@ -235,6 +235,7 @@ sysprof_application_init (SysprofApplication *self)
|
|||||||
textdomain (GETTEXT_PACKAGE);
|
textdomain (GETTEXT_PACKAGE);
|
||||||
|
|
||||||
g_set_application_name (_("Sysprof"));
|
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);
|
g_application_add_main_option_entries (G_APPLICATION (self), option_entries);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user