Skip to content

Commit

Permalink
Merge pull request #8 from chriadam/master
Browse files Browse the repository at this point in the history
[telepathy-sasl-signon] Add provenance information to account update fla...
  • Loading branch information
chriadam committed Oct 16, 2013
2 parents b7c6bfa + f4bb27a commit 0e8c798
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions telepathy-sasl-signon/empathy-uoa-auth-handler.c
Expand Up @@ -176,8 +176,13 @@ request_password (AuthContext *ctx)
g_value_init (&value, G_TYPE_BOOLEAN);
g_value_set_boolean (&value, TRUE);

GValue fromValue = G_VALUE_INIT;
g_value_init (&fromValue, G_TYPE_STRING);
g_value_set_static_string (&fromValue, "telepathy-sasl-signon");

ag_account_select_service (account, NULL);
ag_account_set_value (account, "CredentialsNeedUpdate", &value);
ag_account_set_value (account, "CredentialsNeedUpdateFrom", &fromValue);

ag_account_store (account, request_password_account_store_cb, ctx);
}
Expand Down

0 comments on commit 0e8c798

Please sign in to comment.