[Telepathy-commits] [telepathy-mission-control/master] Fix typo s/ACCOUNT/CHANNEL/ on TP_STRUCT_TYPE_CHANNEL_DETAILS
Alban Crequy
alban.crequy at collabora.co.uk
Thu Nov 13 07:32:12 PST 2008
---
src/mcd-channel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mcd-channel.c b/src/mcd-channel.c
index 3039db0..cbb5ff3 100644
--- a/src/mcd-channel.c
+++ b/src/mcd-channel.c
@@ -1087,7 +1087,7 @@ _mcd_channel_details_build_from_list (GList *channels)
properties = _mcd_channel_get_immutable_properties (channel);
- type = TP_STRUCT_TYPE_ACCOUNT_DETAILS;
+ type = TP_STRUCT_TYPE_CHANNEL_DETAILS;
g_value_init (&channel_val, type);
g_value_take_boxed (&channel_val,
dbus_g_type_specialized_construct (type));
--
1.5.6.5
More information about the Telepathy-commits
mailing list