[empathy] don't display the register options for Facebook accounts



commit 2f011b0419e1d37ce9eadba249fa11f6852e1d8e
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Feb 11 12:39:09 2010 +0000

    don't display the register options for Facebook accounts

 libempathy-gtk/empathy-account-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index 1681d45..76d2ed1 100644
--- a/libempathy-gtk/empathy-account-widget.c
+++ b/libempathy-gtk/empathy-account-widget.c
@@ -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)



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