Merge lp://staging/~tpeeters/ubuntu-ui-toolkit/qt56fixes3oldtoolbar into lp://staging/ubuntu-ui-toolkit/staging
Proposed by
Tim Peeters
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Cris Dywan | ||||
Approved revision: | 2130 | ||||
Merged at revision: | 2131 | ||||
Proposed branch: | lp://staging/~tpeeters/ubuntu-ui-toolkit/qt56fixes3oldtoolbar | ||||
Merge into: | lp://staging/ubuntu-ui-toolkit/staging | ||||
Diff against target: |
27 lines (+2/-2) 2 files modified
src/imports/Components/Themes/Ambiance/1.2/TabBarStyle.qml (+1/-1) src/imports/Components/Themes/Ambiance/1.3/TabBarStyle.qml (+1/-1) |
||||
To merge this branch: | bzr merge lp://staging/~tpeeters/ubuntu-ui-toolkit/qt56fixes3oldtoolbar | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
ubuntu-sdk-build-bot | continuous-integration | Approve | |
Cris Dywan | Approve | ||
Review via email: mp+306861@code.staging.launchpad.net |
Commit message
Ensure that the model in TabBarStyle is a list and not null.
Description of the change
Ensure that the model in TabBarStyle is a list and not null.
To post a comment you must log in.
it looks ok to me, but why wasn't it needed before? and why is the model null even after the style has been initialized?