Merge lp:~mzanetti/unity/phablet-fix-greeter-guest into lp:unity/phablet

Proposed by Michael Zanetti
Status: Merged
Approved by: Omer Akram
Approved revision: no longer in the source branch.
Merged at revision: 448
Proposed branch: lp:~mzanetti/unity/phablet-fix-greeter-guest
Merge into: lp:unity/phablet
Diff against target: 11 lines (+1/-1)
1 file modified
Greeter/Greeter.qml (+1/-1)
To merge this branch: bzr merge lp:~mzanetti/unity/phablet-fix-greeter-guest
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Omer Akram (community) Approve
Review via email: mp+152436@code.launchpad.net

Commit message

fix Guest account on greeter if no users.xml is installed

Description of the change

fix Guest account on greeter if no users.xml is installed

To post a comment you must log in.
Revision history for this message
Omer Akram (om26er) wrote :

WFM

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Greeter/Greeter.qml'
2--- Greeter/Greeter.qml 2013-02-19 14:30:34 +0000
3+++ Greeter/Greeter.qml 2013-03-08 15:47:23 +0000
4@@ -68,7 +68,7 @@
5 Loader {
6 id: greeterContentLoader
7 anchors.fill: parent
8- property variant model
9+ property variant model: userList
10 property int currentIndex: 0
11 property bool guestAccount: item ? item.guestAccount : false
12

Subscribers

People subscribed via source and target branches