mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
calls-call-window: Adapt to GtkBin removal
https://docs.gtk.org/gtk4/migrating-3to4.html#adapt-to-gtkbin-removal Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
parent
2618620124
commit
78ad3af035
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ call_selector_child_activated_cb (GtkFlowBox *box,
|
|||
GtkFlowBoxChild *child,
|
||||
CallsCallWindow *self)
|
||||
{
|
||||
GtkWidget *widget = gtk_bin_get_child (GTK_BIN (child));
|
||||
GtkWidget *widget = gtk_flow_box_child_get_child (child);
|
||||
CallsCallSelectorItem *item = CALLS_CALL_SELECTOR_ITEM (widget);
|
||||
CuiCallDisplay *display = calls_call_selector_item_get_display (item);
|
||||
|
||||
|
|
Loading…
Reference in a new issue