diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-14 18:04:07 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-15 15:34:19 +0800 |
commit | 0cfae9679043ad56e28677b2333ffbe8a5e7d3df (patch) | |
tree | 180245cf14086999f92434eacf5cfd82ce3964be | |
parent | dc761ca9d13c3f242e06cd4756f3e448a2e3c030 (diff) | |
download | gsoc2013-empathy-0cfae9679043ad56e28677b2333ffbe8a5e7d3df.tar gsoc2013-empathy-0cfae9679043ad56e28677b2333ffbe8a5e7d3df.tar.gz gsoc2013-empathy-0cfae9679043ad56e28677b2333ffbe8a5e7d3df.tar.bz2 gsoc2013-empathy-0cfae9679043ad56e28677b2333ffbe8a5e7d3df.tar.lz gsoc2013-empathy-0cfae9679043ad56e28677b2333ffbe8a5e7d3df.tar.xz gsoc2013-empathy-0cfae9679043ad56e28677b2333ffbe8a5e7d3df.tar.zst gsoc2013-empathy-0cfae9679043ad56e28677b2333ffbe8a5e7d3df.zip |
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
-rw-r--r-- | 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 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 |