treewide: Remove icon size from constructors
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user