1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-14 00:17:35 +00:00

selector: Fix property binding

CallsCall used "name", while CuiCall uses "display-name".
This commit is contained in:
Evangelos Ribeiro Tzaras 2022-02-03 06:39:31 +01:00
parent d5ccb40e68
commit d15614a645

View file

@ -75,7 +75,7 @@ set_party (CallsCallSelectorItem *self)
call = cui_call_display_get_call (self->display);
g_object_bind_property (call, "name",
g_object_bind_property (call, "display-name",
self->name, "label",
G_BINDING_SYNC_CREATE);
}