[Telepathy-commits] [telepathy-gabble/master] GabbleMucChannel: 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


20080526174355-53eee-254df983ac317e4f76836d613864e66ba6219e34.gz
---
 src/gabble-muc-channel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gabble-muc-channel.c b/src/gabble-muc-channel.c
index 6e39978..713e710 100644
--- a/src/gabble-muc-channel.c
+++ b/src/gabble-muc-channel.c
@@ -934,7 +934,7 @@ gabble_muc_channel_class_init (GabbleMucChannelClass *gabble_muc_channel_class)
       G_STRUCT_OFFSET (GabbleMucChannelClass, text_class));
 
   gabble_muc_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 (GabbleMucChannelClass, dbus_props_class));
 }
-- 
1.5.6.3




More information about the Telepathy-commits mailing list