[empathy] goa-mc-plugin: do not set the ConnectAutomatically Account property



commit 0cfae9679043ad56e28677b2333ffbe8a5e7d3df
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Sep 14 12:04:07 2011 +0200

    goa-mc-plugin: do not set the ConnectAutomatically Account property
    
    GOA accounts should behave like regular TP accounts and so shouldn't connect
    automatically.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658785

 goa-mc-plugin/mcp-account-manager-goa.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/goa-mc-plugin/mcp-account-manager-goa.c b/goa-mc-plugin/mcp-account-manager-goa.c
index 5c6cd38..d81c608 100644
--- a/goa-mc-plugin/mcp-account-manager-goa.c
+++ b/goa-mc-plugin/mcp-account-manager-goa.c
@@ -136,7 +136,6 @@ get_tp_parameters (GoaAccount *account)
 
   /* generic properties */
   PARAM ("DisplayName", goa_account_get_presentation_identity (account));
-  PARAM ("ConnectAutomatically", "true");
 
 #undef PARAM
 



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