1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-21 12:39:29 +00:00
Anton Lazarev 2023-12-17 23:37:51 -08:00
parent a2cb767bdc
commit 861ea19a62

View file

@ -150,7 +150,7 @@ attach_account_widget (CallsAccountOverview *self,
if (widget == self->current_account_widget)
return;
gtk_window_set_child (self->account_window, widget);
adw_window_set_content (ADW_WINDOW (self->account_window), widget);
self->current_account_widget = widget;
}