[Telepathy-commits] [telepathy-gabble/master] GabbleMediaChannel: 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:02 PDT 2008
20080526174341-53eee-88b8a0f43c39bc066f3ac66eb279e2099cf8031d.gz
---
src/gabble-media-channel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gabble-media-channel.c b/src/gabble-media-channel.c
index 9b0a3a3..a8ae25f 100644
--- a/src/gabble-media-channel.c
+++ b/src/gabble-media-channel.c
@@ -586,7 +586,7 @@ gabble_media_channel_class_init (GabbleMediaChannelClass *gabble_media_channel_c
channel_property_signatures, NUM_CHAN_PROPS, NULL);
gabble_media_channel_class->dbus_props_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 (GabbleMediaChannelClass, dbus_props_class));
}
--
1.5.6.3
More information about the Telepathy-commits
mailing list