]> git.0d.be Git - empathy.git/commitdiff
goa-mc-plugin: do not set the ConnectAutomatically Account property
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 14 Sep 2011 10:04:07 +0000 (12:04 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 15 Sep 2011 07:34:19 +0000 (09:34 +0200)
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

index 5c6cd38968094fdfc57bf5c7237dbdebbfb99773..d81c6081652cd2b037941b67f1b2acb0d757e0c3 100644 (file)
@@ -136,7 +136,6 @@ get_tp_parameters (GoaAccount *account)
 
   /* generic properties */
   PARAM ("DisplayName", goa_account_get_presentation_identity (account));
-  PARAM ("ConnectAutomatically", "true");
 
 #undef PARAM