Merge lp:~larryprice/ubuntu-ui-toolkit/fix-1387679 into lp:ubuntu-ui-toolkit/staging

Proposed by Larry Price
Status: Merged
Approved by: Timo Jyrinki
Approved revision: 2034
Merged at revision: 2064
Proposed branch: lp:~larryprice/ubuntu-ui-toolkit/fix-1387679
Merge into: lp:ubuntu-ui-toolkit/staging
Diff against target: 12 lines (+1/-1)
1 file modified
src/Ubuntu/Components/1.3/UbuntuListView.qml (+1/-1)
To merge this branch: bzr merge lp:~larryprice/ubuntu-ui-toolkit/fix-1387679
Reviewer Review Type Date Requested Status
ubuntu-sdk-build-bot continuous-integration Approve
Zsombor Egri Approve
Review via email: mp+300191@code.launchpad.net

Commit message

Address documentation issue in UbuntuListView - pullToRefresh has "enabled" property.

Description of the change

Address documentation issue in UbuntuListView - pullToRefresh has "enabled" property.

Very simple update. The bug report also mentions using PullToRefresh instead of pullToRefresh, but I don't think this is necessary as "pullToRefresh" has been aliased to the PullToRefresh item in this file.

To post a comment you must log in.
Revision history for this message
Zsombor Egri (zsombi) wrote :

Thanks a lot for fixing this!

review: Approve
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

Retrying with fixed phone.

Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Ubuntu/Components/1.3/UbuntuListView.qml'
2--- src/Ubuntu/Components/1.3/UbuntuListView.qml 2016-05-25 12:48:10 +0000
3+++ src/Ubuntu/Components/1.3/UbuntuListView.qml 2016-07-15 14:06:29 +0000
4@@ -91,7 +91,7 @@
5 }
6 // let refresh control know when the refresh gets completed
7 pullToRefresh {
8- enable: true
9+ enabled: true
10 refreshing: model.status === XmlListModel.Loading
11 onRefresh: model.reload()
12 }

Subscribers

People subscribed via source and target branches