[Telepathy-commits] [telepathy-gabble/master] Rewrap long line
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:25 PDT 2008
20080721143736-53eee-c3343d52721fab2c5836079ad7959fd43cd21edb.gz
---
src/im-channel.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/im-channel.c b/src/im-channel.c
index b3ee98f..2f67fcb 100644
--- a/src/im-channel.c
+++ b/src/im-channel.c
@@ -298,7 +298,8 @@ gabble_im_channel_class_init (GabbleIMChannelClass *gabble_im_channel_class)
G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB | G_PARAM_STATIC_NAME);
g_object_class_install_property (object_class, PROP_TARGET_ID, param_spec);
- tp_text_mixin_class_init (object_class, G_STRUCT_OFFSET (GabbleIMChannelClass, text_class));
+ tp_text_mixin_class_init (object_class,
+ G_STRUCT_OFFSET (GabbleIMChannelClass, text_class));
gabble_im_channel_class->dbus_props_class.interfaces = prop_interfaces;
tp_dbus_properties_mixin_class_init (object_class,
--
1.5.6.3
More information about the Telepathy-commits
mailing list