From 6f36b3d09e390decae65460bc19ecda4cfe1d70f Mon Sep 17 00:00:00 2001 From: John Brooks Date: Tue, 4 Dec 2012 19:48:51 -0700 Subject: mcp-account-manager-ring: Add always_dispatch=true to force connection when offline This flag will skip connectivity checks, to allow the account to be connected even when no internet connection is available on the device. --- mc-plugin/mcp-account-manager-ring.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mc-plugin/mcp-account-manager-ring.c b/mc-plugin/mcp-account-manager-ring.c index 1f04d8b..80f8033 100644 --- a/mc-plugin/mcp-account-manager-ring.c +++ b/mc-plugin/mcp-account-manager-ring.c @@ -62,6 +62,7 @@ static void mcp_account_manager_ring_init(McpAccountManagerRing *self) g_hash_table_insert(self->priv->params, g_strdup("DisplayName"), g_strdup("Cellular")); g_hash_table_insert(self->priv->params, g_strdup("Enabled"), g_strdup("true")); g_hash_table_insert(self->priv->params, g_strdup("ConnectAutomatically"), g_strdup("true")); + g_hash_table_insert(self->priv->params, g_strdup("always_dispatch"), g_strdup("true")); } static void mcp_account_manager_ring_class_init(McpAccountManagerRingClass *klass) -- cgit v1.2.3