Merge lp:~stolowski/unity-scopes-api/fix-user-agent-in-preview-rtm into lp:unity-scopes-api

Proposed by Paweł Stołowski
Status: Superseded
Proposed branch: lp:~stolowski/unity-scopes-api/fix-user-agent-in-preview-rtm
Merge into: lp:unity-scopes-api
Diff against target: 14 lines (+2/-2)
1 file modified
src/scopes/internal/smartscopes/SmartScopesClient.cpp (+2/-2)
To merge this branch: bzr merge lp:~stolowski/unity-scopes-api/fix-user-agent-in-preview-rtm
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+240600@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

246. By Paweł Stołowski

Cherry picked the fix for invalid arguments to SSS preview query.

245. By Paweł Stołowski

Merged trunk.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/scopes/internal/smartscopes/SmartScopesClient.cpp'
2--- src/scopes/internal/smartscopes/SmartScopesClient.cpp 2014-09-25 07:38:01 +0000
3+++ src/scopes/internal/smartscopes/SmartScopesClient.cpp 2014-11-04 16:20:13 +0000
4@@ -412,8 +412,8 @@
5 const uint widgets_api_version,
6 VariantMap const& settings,
7 std::string const& locale,
8- std::string const& user_agent_hdr,
9- std::string const& country)
10+ std::string const& country,
11+ std::string const& user_agent_hdr)
12 {
13 std::ostringstream preview_uri;
14 preview_uri << base_url << c_preview_resource << "?";

Subscribers

People subscribed via source and target branches

to all changes: