[empathy] account-assistant: disable Google Talk when creating a new account



commit c4f65286eb3b7f82d25afa63c5204a98bd85408a
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Jan 19 14:03:11 2010 +0000

    account-assistant: disable Google Talk when creating a new account
    
    Google Talk doesn't support inband registration (#607455).

 src/empathy-account-assistant.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c
index 9e6a5fc..e0e230e 100644
--- a/src/empathy-account-assistant.c
+++ b/src/empathy-account-assistant.c
@@ -390,6 +390,9 @@ account_assistant_chooser_create_account_filter_func (
     gboolean is_gtalk,
     gpointer user_data)
 {
+  if (is_gtalk)
+    return FALSE;
+
   return tp_connection_manager_protocol_can_register (protocol);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]