Merge lp:~vthompson/music-app/remix-disable-clear-recent into lp:music-app/remix

Proposed by Victor Thompson
Status: Merged
Approved by: Andrew Hayzen
Approved revision: 682
Merged at revision: 683
Proposed branch: lp:~vthompson/music-app/remix-disable-clear-recent
Merge into: lp:music-app/remix
Diff against target: 11 lines (+1/-0)
1 file modified
MusicStart.qml (+1/-0)
To merge this branch: bzr merge lp:~vthompson/music-app/remix-disable-clear-recent
Reviewer Review Type Date Requested Status
Andrew Hayzen Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+239080@code.launchpad.net

Commit message

Disable clear recent icon when recent is empty

Description of the change

Disable clear recent icon when recent is empty

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Andrew Hayzen (ahayzen) wrote :

Awesome :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'MusicStart.qml'
2--- MusicStart.qml 2014-10-20 18:23:00 +0000
3+++ MusicStart.qml 2014-10-21 15:24:21 +0000
4@@ -37,6 +37,7 @@
5 head {
6 actions: [
7 Action {
8+ enabled: recentModel.model.count > 0
9 iconName: "delete"
10 onTriggered: {
11 Library.clearRecentHistory()

Subscribers

People subscribed via source and target branches