[Telepathy-commits] [telepathy-gabble/master] GabbleRosterChannel: make it clearer exactly what is being passed to tp_group_mixin_init_dbus_properties
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:01 PDT 2008
20080526174409-53eee-e54193ff57243da6d19e6ef3d64ed7666a14fc3c.gz
---
src/gabble-roster-channel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gabble-roster-channel.c b/src/gabble-roster-channel.c
index f461be7..4b4b23b 100644
--- a/src/gabble-roster-channel.c
+++ b/src/gabble-roster-channel.c
@@ -300,7 +300,7 @@ gabble_roster_channel_class_init (GabbleRosterChannelClass *gabble_roster_channe
_gabble_roster_channel_remove_member_cb);
gabble_roster_channel_class->properties_class.interfaces = interfaces;
- tp_group_mixin_init_dbus_properties (interfaces + 0);
+ tp_group_mixin_init_dbus_properties (&(interfaces[0]));
tp_dbus_properties_mixin_class_init (object_class,
G_STRUCT_OFFSET (GabbleRosterChannelClass, properties_class));
}
--
1.5.6.3
More information about the Telepathy-commits
mailing list