diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-24 22:27:01 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-25 00:32:26 +0800 |
commit | d03e9ce9b20c5b36a326741e3481d5fd73baf238 (patch) | |
tree | 6dd414bc2349535891e4f4ebac76b0281a999a49 | |
parent | 12a1643c10b0d9375ef41cb9493d08c46c5b96ef (diff) | |
download | gsoc2013-empathy-d03e9ce9b20c5b36a326741e3481d5fd73baf238.tar gsoc2013-empathy-d03e9ce9b20c5b36a326741e3481d5fd73baf238.tar.gz gsoc2013-empathy-d03e9ce9b20c5b36a326741e3481d5fd73baf238.tar.bz2 gsoc2013-empathy-d03e9ce9b20c5b36a326741e3481d5fd73baf238.tar.lz gsoc2013-empathy-d03e9ce9b20c5b36a326741e3481d5fd73baf238.tar.xz gsoc2013-empathy-d03e9ce9b20c5b36a326741e3481d5fd73baf238.tar.zst gsoc2013-empathy-d03e9ce9b20c5b36a326741e3481d5fd73baf238.zip |
empathy-tp-chat: remove trailing tabs
-rw-r--r-- | libempathy/empathy-tp-chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index 794e3e3b7..ac61392e0 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -993,7 +993,7 @@ tp_chat_constructor (GType type, /* Get initial member contacts */ members = tp_channel_group_get_members (priv->channel); - handles = tp_intset_to_array (members); + handles = tp_intset_to_array (members); empathy_tp_contact_factory_get_from_handles (priv->factory, handles->len, (TpHandle *) handles->data, tp_chat_got_added_contacts_cb, NULL, NULL, chat); |