1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-25 05:09:30 +00:00
Anton Lazarev 2023-12-15 22:59:27 -08:00
parent 2618620124
commit 78ad3af035

View file

@ -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);