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
=== modified file 'modules/Ubuntu/Components/ListItems/Empty.qml'
--- modules/Ubuntu/Components/ListItems/Empty.qml 2014-01-23 17:17:00 +0000
+++ modules/Ubuntu/Components/ListItems/Empty.qml 2014-02-04 14:41:04 +0000
@@ -141,7 +141,7 @@
141 Reparent so that the visuals of the children does not141 Reparent so that the visuals of the children does not
142 occlude the bottom divider line.142 occlude the bottom divider line.
143 */143 */
144 default property alias children: body.children144 default property alias children: body.data
145145
146 /*!146 /*!
147 \internal147 \internal

Subscribers

People subscribed via source and target branches

to status/vote changes: