]> git.0d.be Git - empathy.git/commitdiff
Fix litle bug in dispatcher
authorXavier Claessens <xclaesse@src.gnome.org>
Sat, 19 Apr 2008 21:04:31 +0000 (21:04 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sat, 19 Apr 2008 21:04:31 +0000 (21:04 +0000)
svn path=/trunk/; revision=989

src/empathy-filter.c

index e256502e21e8f84d909d761312810feaa6c485d4..888aff6e31ddd718c374f611de525a6a1471d84e 100644 (file)
@@ -659,7 +659,8 @@ filter_conection_new_channel_cb (TpConnection *connection,
        }
        else if (!tp_strdiff (channel_type, TP_IFACE_CHANNEL_TYPE_CONTACT_LIST)) {
                func = filter_contact_list_handle_channel;
-       } if (!tp_strdiff (channel_type, TP_IFACE_CHANNEL_TYPE_TUBES)) {
+       }
+       else if (!tp_strdiff (channel_type, TP_IFACE_CHANNEL_TYPE_TUBES)) {
                func = filter_tubes_handle_channel;
        } else {
                empathy_debug (DEBUG_DOMAIN, "Unknown channel type %s",