From 0cfae9679043ad56e28677b2333ffbe8a5e7d3df Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 14 Sep 2011 12:04:07 +0200 Subject: 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 file changed, 1 deletion(-) (limited to 'goa-mc-plugin/mcp-account-manager-goa.c') diff --git a/goa-mc-plugin/mcp-account-manager-goa.c b/goa-mc-plugin/mcp-account-manager-goa.c index 5c6cd3896..d81c60816 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 -- cgit v1.2.3