summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Klapetek <martin.klapetek@gmail.com>2015-07-08 20:04:57 +0000
committerAlexander Akulich <akulichalexander@gmail.com>2019-07-07 02:38:45 +0300
commit31268fec582776593e54c10c862d9f7af7b3153c (patch)
tree921cde123f9afab16d70630e12da34abea104625
parent19f10ec2a59cadd4c59d6bc3147c612007c1c615 (diff)
downloadtelepathy-mission-control-31268fec582776593e54c10c862d9f7af7b3153c.tar.gz
Fix autoconnection of accounts with always_dispatch=true
https://bugs.freedesktop.org/show_bug.cgi?id=91272
-rw-r--r--src/mcd-account-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mcd-account-connection.c b/src/mcd-account-connection.c
index 09b3a219..327514de 100644
--- a/src/mcd-account-connection.c
+++ b/src/mcd-account-connection.c
@@ -101,7 +101,7 @@ mcd_account_connection_proceed_with_reason (McdAccount *account,
if (success)
{
if (mcd_connectivity_monitor_is_online (
- mcd_account_get_connectivity_monitor (account)))
+ mcd_account_get_connectivity_monitor (account)) || _mcd_account_needs_dispatch (account))
{
DEBUG ("%s wants to connect and we're online - go for it",
mcd_account_get_unique_name (account));