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:
@@ -150,7 +150,7 @@ attach_account_widget (CallsAccountOverview *self,
|
|||||||
if (widget == self->current_account_widget)
|
if (widget == self->current_account_widget)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
gtk_window_set_child (self->account_window, widget);
|
adw_window_set_content (ADW_WINDOW (self->account_window), widget);
|
||||||
|
|
||||||
self->current_account_widget = widget;
|
self->current_account_widget = widget;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user