]> git.0d.be Git - empathy.git/commitdiff
protocol-chooser: stop using Butterfly
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 11 Nov 2011 09:05:49 +0000 (10:05 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 21 Feb 2012 13:28:40 +0000 (14:28 +0100)
It doesn't implement any modern Telepathy API like ContactList for example and
we now rely on it.

https://bugzilla.gnome.org/show_bug.cgi?id=663829

libempathy-gtk/empathy-protocol-chooser.c

index 216e4ffdb96f190b541a9377bb88274dd5b67cc7..7adacf47251039c9c07e389319b94eeaaed1a26b 100644 (file)
@@ -184,6 +184,10 @@ protocol_choosers_add_cm (EmpathyProtocolChooser *chooser,
         /* Haze's SIP implementation is pretty useless (bgo #629736) */
         continue;
 
+      if (!tp_strdiff (cm->name, "butterfly"))
+        /* Butterfly isn't supported any more */
+        continue;
+
       if (tp_strdiff (cm->name, "haze") && !tp_strdiff (saved_cm_name, "haze"))
         {
           GtkTreeIter titer;