Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[mcp-account-manager-uoa] Store account configuration immediately aft…
…er creation

Fixes the behavior of the account_enabled and account_changed signals
on newly created and disabled accounts. Previously, the account name
wouldn't be immediately stored, which then caused the enabled signal to
be ignored until a restart of mission-control.
  • Loading branch information
John Brooks committed Apr 30, 2013
1 parent b065eac commit 15a8334
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mcp-account-manager-uoa/mcp-account-manager-uoa.c
Expand Up @@ -294,6 +294,9 @@ _account_create(McpAccountManagerUoa *self, AgAccountService *service)
cm_name, protocol_name, params);
_service_set_tp_account_name (service, account_name);

ag_account_store (ag_account_service_get_account (service),
_account_stored_cb, self);

g_hash_table_unref (params);
}

Expand Down

0 comments on commit 15a8334

Please sign in to comment.