[Telepathy-commits] [telepathy-sofiasip/spec-0.17.13] Fix a GObject property name, declare the new DBus properties to the mixin
Mikhail Zabaluev
mikhail.zabaluev at nokia.com
Thu Oct 16 09:46:20 PDT 2008
---
src/sip-text-channel.c | 7 +++++--
src/text-factory.c | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/sip-text-channel.c b/src/sip-text-channel.c
index 54c5a46..12fe9d3 100644
--- a/src/sip-text-channel.c
+++ b/src/sip-text-channel.c
@@ -208,11 +208,14 @@ static void
tpsip_text_channel_class_init(TpsipTextChannelClass *klass)
{
static const TpDBusPropertiesMixinPropImpl channel_props[] = {
+ { "ChannelType", "channel-type", NULL },
+ { "Interfaces", "interfaces", NULL },
{ "TargetHandleType", "handle-type", NULL },
{ "TargetHandle", "handle", NULL },
{ "TargetID", "target-id", NULL },
- { "ChannelType", "channel-type", NULL },
- { "Interfaces", "interfaces", NULL },
+ { "InitiatorHandle", "initiator-handle", NULL },
+ { "InitiatorID", "initiator-id", NULL },
+ { "Requested", "requested", NULL },
{ NULL }
};
static const TpDBusPropertiesMixinIfaceImpl prop_interfaces[] = {
diff --git a/src/text-factory.c b/src/text-factory.c
index d2c391d..7a71ec3 100644
--- a/src/text-factory.c
+++ b/src/text-factory.c
@@ -258,7 +258,7 @@ tpsip_text_factory_new_channel (TpChannelFactoryIface *iface,
"connection", priv->conn,
"object-path", object_path,
"handle", handle,
- "initiator", initiator,
+ "initiator-id", initiator,
NULL);
g_free (object_path);
--
1.5.6.5
More information about the Telepathy-commits
mailing list