[Telepathy-commits] [telepathy-mission-control/master] Add missing dot.
Alberto Mardegan
alberto.mardegan at nokia.com
Tue Nov 18 08:08:01 PST 2008
---
src/mcd-dispatch-operation.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mcd-dispatch-operation.c b/src/mcd-dispatch-operation.c
index 40f4130..39acbc6 100644
--- a/src/mcd-dispatch-operation.c
+++ b/src/mcd-dispatch-operation.c
@@ -510,7 +510,7 @@ mcd_dispatch_operation_get_properties (McdDispatchOperation *operation)
value = g_slice_new0 (GValue);
property->getprop ((TpSvcDBusProperties *)operation,
property->name, value);
- name = g_strconcat (MC_IFACE_CHANNEL_DISPATCH_OPERATION,
+ name = g_strconcat (MC_IFACE_CHANNEL_DISPATCH_OPERATION, ".",
property->name, NULL);
g_hash_table_insert (priv->properties, name, value);
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list