mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 12:25:31 +00:00
party: Replace the default party avatar
Replace the 'face-smile' icon by the better fitting 'avatar-default-symbolic' icon.
This commit is contained in:
parent
c68b76fa63
commit
e707894923
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ calls_party_new (const gchar *name, const gchar *number)
|
||||||
GtkWidget *
|
GtkWidget *
|
||||||
calls_party_create_image (CallsParty *party)
|
calls_party_create_image (CallsParty *party)
|
||||||
{
|
{
|
||||||
return gtk_image_new_from_icon_name ("face-smile", GTK_ICON_SIZE_DIALOG);
|
return gtk_image_new_from_icon_name ("avatar-default-symbolic", GTK_ICON_SIZE_DIALOG);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue