mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
calls-account-overview: Use content
property for AdwWindow
https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/migrating-libhandy-1-4-to-libadwaita.html#adapt-to-gtkcontainer-removal Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
parent
a2cb767bdc
commit
861ea19a62
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue