treewide: Remove icon size from constructors

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
Anton Lazarev
2023-12-13 14:51:25 -08:00
parent 4b0b20eb0a
commit 52a0963e6c
3 changed files with 3 additions and 4 deletions

View File

@@ -224,8 +224,7 @@ update_time (CallsCallRecordRow *self,
}
gtk_image_set_from_icon_name (self->type,
get_call_icon_symbolic_name (inbound, !answered),
GTK_ICON_SIZE_MENU);
get_call_icon_symbolic_name (inbound, !answered));
}