]> git.0d.be Git - empathy.git/commitdiff
don't display the register options for Facebook accounts
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 11 Feb 2010 12:39:09 +0000 (12:39 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 11 Feb 2010 16:01:37 +0000 (16:01 +0000)
libempathy-gtk/empathy-account-widget.c

index 1681d4539925a902692c57fdfda456a099c87d89..76d2ed19c45c8fbb894695456404279d2491158f 100644 (file)
@@ -1482,7 +1482,7 @@ add_register_buttons (EmpathyAccountWidget *self,
   if (!tp_connection_manager_protocol_can_register (protocol))
     return;
 
-  if (account_widget_is_gtalk (self))
+  if (account_widget_is_gtalk (self) || account_widget_is_facebook (self))
     return;
 
   if (priv->simple)