I have made the following changes intended for : CE:MW:Shared / telepathy-accounts-signon
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/8199 Thank You, John Brooks [This message was auto-generated] --- Request # 8199: Messages from BOSS: State: review at 2013-02-26T09:00:33 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:special:branches:CE:MW:Shared / telepathy-accounts-signon -> CE:MW:Shared / telepathy-accounts-signon changes files: -------------- --- telepathy-accounts-signon.changes +++ telepathy-accounts-signon.changes @@ -0,0 +1,2 @@ +* Tue Feb 26 2013 John Brooks <[email protected]> - 0.0.5 +- [mcp-account-manager] Ensure that param-account is stored after querying identity old: ---- telepathy-accounts-signon-0.0.4.tar.bz2 new: ---- telepathy-accounts-signon-0.0.5.tar.bz2 spec files: ----------- --- telepathy-accounts-signon.spec +++ telepathy-accounts-signon.spec @@ -1,5 +1,5 @@ Name: telepathy-accounts-signon -Version: 0.0.4 +Version: 0.0.5 Release: 1 Summary: Telepathy providers for libaccounts/libsignon Group: System/Libraries other changes: -------------- ++++++ telepathy-accounts-signon-0.0.4.tar.bz2 -> telepathy-accounts-signon-0.0.5.tar.bz2 --- mcp-account-manager-uoa/mcp-account-manager-uoa.c +++ mcp-account-manager-uoa/mcp-account-manager-uoa.c @@ -332,7 +332,7 @@ { /* Must be stored for CMs */ _service_set_tp_value (data->service, "param-account", username); - //ag_account_store (data->account, _account_stored_cb, data->self); + ag_account_store (data->account, _account_stored_cb, data->self); _account_create (data->self, data->service); }
