[empathy: 3/4] account-assistant: stop blacklisting IRC (#596086)
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 3/4] account-assistant: stop blacklisting IRC (#596086)
- Date: Thu, 26 Aug 2010 13:40:05 +0000 (UTC)
commit 08c450056e0bb41e7ecc10f505ae0e6fea6dc6ea
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed Aug 25 15:24:24 2010 +0200
account-assistant: stop blacklisting IRC (#596086)
src/empathy-account-assistant.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c
index e302aaf..4e615e8 100644
--- a/src/empathy-account-assistant.c
+++ b/src/empathy-account-assistant.c
@@ -477,8 +477,7 @@ account_assistant_chooser_enter_details_filter_func (
gboolean is_facebook,
gpointer user_data)
{
- if (!tp_strdiff (protocol->name, "local-xmpp") ||
- !tp_strdiff (protocol->name, "irc"))
+ if (!tp_strdiff (protocol->name, "local-xmpp"))
return FALSE;
return TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]