diff options
Diffstat (limited to 'src/empathy-account-assistant.c')
-rw-r--r-- | 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 9e6a5fc04..e0e230e43 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); } |