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