[calls] dbus-manager: Fix wrong property being bound
- From: Evangelos Ribeiro Tzaras <devrtz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [calls] dbus-manager: Fix wrong property being bound
- Date: Tue, 1 Feb 2022 22:55:04 +0000 (UTC)
commit d452e0a702f72d51347eb5cce53b82e4a1556044
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date: Tue Feb 1 10:53:03 2022 +0100
dbus-manager: Fix wrong property being bound
Fixes cf6c563eadaa84f3e5ad7c1d615801459464e0ed
src/calls-dbus-manager.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/calls-dbus-manager.c b/src/calls-dbus-manager.c
index ccfbe0c9..1b4a84f0 100644
--- a/src/calls-dbus-manager.c
+++ b/src/calls-dbus-manager.c
@@ -228,7 +228,7 @@ call_added_cb (CallsDBusManager *self, CuiCall *call)
g_object_bind_property (call, "state", iface, "state", G_BINDING_SYNC_CREATE);
g_object_bind_property (call, "inbound", iface, "inbound", G_BINDING_SYNC_CREATE);
g_object_bind_property (call, "id", iface, "id", G_BINDING_SYNC_CREATE);
- g_object_bind_property (call, "name", iface, "display-name", G_BINDING_SYNC_CREATE);
+ g_object_bind_property (call, "display-name", iface, "display-name", G_BINDING_SYNC_CREATE);
g_object_bind_property (call, "protocol", iface, "protocol", G_BINDING_SYNC_CREATE);
g_object_set (iface, "can-dtmf", cui_call_get_can_dtmf (call), NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]