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:
parent
d5ccb40e68
commit
d15614a645
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ set_party (CallsCallSelectorItem *self)
|
||||||
|
|
||||||
call = cui_call_display_get_call (self->display);
|
call = cui_call_display_get_call (self->display);
|
||||||
|
|
||||||
g_object_bind_property (call, "name",
|
g_object_bind_property (call, "display-name",
|
||||||
self->name, "label",
|
self->name, "label",
|
||||||
G_BINDING_SYNC_CREATE);
|
G_BINDING_SYNC_CREATE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue