Merge lp:~kalikiana/ubuntu-ui-toolkit/dataNotChildren into lp:ubuntu-ui-toolkit

Proposed by Cris Dywan
Status: Merged
Approved by: Zsombor Egri
Approved revision: 921
Merged at revision: 931
Proposed branch: lp:~kalikiana/ubuntu-ui-toolkit/dataNotChildren
Merge into: lp:ubuntu-ui-toolkit
Diff against target: 12 lines (+1/-1)
1 file modified
modules/Ubuntu/Components/ListItems/Empty.qml (+1/-1)
To merge this branch: bzr merge lp:~kalikiana/ubuntu-ui-toolkit/dataNotChildren
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Zsombor Egri Approve
Review via email: mp+202275@code.launchpad.net

Commit message

ListItems.Empty's default property needs to be data not children

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
Zsombor Egri (zsombi) wrote :

FINALLY!!! Thank you, dude, for having time for this!!!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
921. By Cris Dywan

Merge lp:ubuntu-ui-toolkit

Revision history for this message
PS Jenkins bot (ps-jenkins) 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 'modules/Ubuntu/Components/ListItems/Empty.qml'
2--- modules/Ubuntu/Components/ListItems/Empty.qml 2014-01-23 17:17:00 +0000
3+++ modules/Ubuntu/Components/ListItems/Empty.qml 2014-02-04 14:41:04 +0000
4@@ -141,7 +141,7 @@
5 Reparent so that the visuals of the children does not
6 occlude the bottom divider line.
7 */
8- default property alias children: body.children
9+ default property alias children: body.data
10
11 /*!
12 \internal

Subscribers

People subscribed via source and target branches

to status/vote changes: