Merge lp:~alecu/unity-lens-music/disable-purchase into lp:~unity-team/unity-lens-music/libunity7-compatible

Proposed by Alejandro J. Cura
Status: Merged
Approved by: Paweł Stołowski
Approved revision: 155
Merged at revision: 155
Proposed branch: lp:~alecu/unity-lens-music/disable-purchase
Merge into: lp:~unity-team/unity-lens-music/libunity7-compatible
Diff against target: 12 lines (+1/-1)
1 file modified
src/musicstore-scope.vala (+1/-1)
To merge this branch: bzr merge lp:~alecu/unity-lens-music/disable-purchase
Reviewer Review Type Date Requested Status
Paweł Stołowski (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+164472@code.launchpad.net

Commit message

Temporary disable the purchase

Description of the change

Temporary disable the purchase

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Paweł Stołowski (stolowski) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/musicstore-scope.vala'
2--- src/musicstore-scope.vala 2013-05-17 10:13:01 +0000
3+++ src/musicstore-scope.vala 2013-05-17 17:39:29 +0000
4@@ -133,7 +133,7 @@
5 download_action.extra_text = album.formatted_price;
6 else if (album.price == 0)
7 download_action.extra_text = _("Free");
8- download_action.activated.connect (show_purchase_preview);
9+ download_action.activated.connect (open_uri);
10 music_preview.add_action (download_action);
11 }
12 return music_preview;

Subscribers

People subscribed via source and target branches

to all changes: