diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:20:49 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:20:49 +0800 |
commit | 4b54babd0e8528bf2c2d213193ea1200d83f3a6b (patch) | |
tree | 4006202295b92aac274d254e1c39ba283cda6a7d /libempathy | |
parent | 38f57b9ec344142a829c2e54824f85ea77966b76 (diff) | |
download | gsoc2013-empathy-4b54babd0e8528bf2c2d213193ea1200d83f3a6b.tar gsoc2013-empathy-4b54babd0e8528bf2c2d213193ea1200d83f3a6b.tar.gz gsoc2013-empathy-4b54babd0e8528bf2c2d213193ea1200d83f3a6b.tar.bz2 gsoc2013-empathy-4b54babd0e8528bf2c2d213193ea1200d83f3a6b.tar.lz gsoc2013-empathy-4b54babd0e8528bf2c2d213193ea1200d83f3a6b.tar.xz gsoc2013-empathy-4b54babd0e8528bf2c2d213193ea1200d83f3a6b.tar.zst gsoc2013-empathy-4b54babd0e8528bf2c2d213193ea1200d83f3a6b.zip |
remove blank line
svn path=/trunk/; revision=1847
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-contact.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index ab22b4780..3015c479b 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -512,7 +512,6 @@ get_requestable_channel_classes_cb (TpProxy *connection, handle_type = g_hash_table_lookup (fixed_prop, TP_IFACE_CHANNEL ".TargetHandleType"); - if (handle_type == NULL || g_value_get_uint (handle_type) != TP_HANDLE_TYPE_CONTACT) continue; |