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
=== modified file 'src/musicstore-scope.vala'
--- src/musicstore-scope.vala 2013-05-17 10:13:01 +0000
+++ src/musicstore-scope.vala 2013-05-17 17:39:29 +0000
@@ -133,7 +133,7 @@
133 download_action.extra_text = album.formatted_price;133 download_action.extra_text = album.formatted_price;
134 else if (album.price == 0)134 else if (album.price == 0)
135 download_action.extra_text = _("Free");135 download_action.extra_text = _("Free");
136 download_action.activated.connect (show_purchase_preview);136 download_action.activated.connect (open_uri);
137 music_preview.add_action (download_action);137 music_preview.add_action (download_action);
138 }138 }
139 return music_preview;139 return music_preview;

Subscribers

People subscribed via source and target branches

to all changes: