summaryrefslogtreecommitdiff
path: root/tp-account-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'tp-account-widgets')
-rw-r--r--tp-account-widgets/tpaw-protocol.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tp-account-widgets/tpaw-protocol.c b/tp-account-widgets/tpaw-protocol.c
index 72c579fc..e3973771 100644
--- a/tp-account-widgets/tpaw-protocol.c
+++ b/tp-account-widgets/tpaw-protocol.c
@@ -371,6 +371,11 @@ add_cm (GetProtocolsData *data,
continue;
if (!tp_strdiff (cm_name, "haze") &&
+ !tp_strdiff (proto_name, "irc"))
+ /* Use Idle for IRC (bgo #711226) */
+ continue;
+
+ if (!tp_strdiff (cm_name, "haze") &&
!tp_strdiff (proto_name, "sip"))
/* Haze's SIP implementation is pretty useless (bgo #629736) */
continue;