mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
application: Set default window icon
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/750>
This commit is contained in:
parent
f47dab73fb
commit
5fde6bcc3a
1 changed files with 3 additions and 0 deletions
|
@ -489,6 +489,9 @@ startup (GApplication *application)
|
|||
if (!g_get_application_name ())
|
||||
g_set_application_name (_("Calls"));
|
||||
|
||||
if (!gtk_window_get_default_icon_name ())
|
||||
gtk_window_set_default_icon_name (APP_ID);
|
||||
|
||||
g_action_map_add_action_entries (G_ACTION_MAP (application),
|
||||
actions,
|
||||
G_N_ELEMENTS (actions),
|
||||
|
|
Loading…
Reference in a new issue