treewide: Replace hide/show with set_visible

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
Anton Lazarev
2023-12-13 16:05:27 -08:00
parent 12b78ca5f6
commit 34a7651f44
5 changed files with 24 additions and 14 deletions

View File

@@ -70,7 +70,7 @@ set_party (CallsCallSelectorItem *self)
GtkWidget *image = gtk_image_new_from_icon_name ("avatar-default-symbolic");
gtk_box_pack_start (self->main_box, image, TRUE, TRUE, 0);
gtk_widget_show (image);
gtk_widget_set_visible (image, TRUE);
call = cui_call_display_get_call (self->display);