~josharenson/unity8/slim_greeter_real_lightdm

« back to all changes in this revision

Viewing changes to qml/Greeter/Greeter.qml

  • Committer: Josh Arenson
  • Date: 2016-06-29 14:44:41 UTC
  • mfrom: (1789.412.85 unity8)
  • Revision ID: joshua.arenson@canonical.com-20160629144441-du2vd7vu97b2n8pc
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
487
487
    Connections {
488
488
        target: DBusUnitySessionService
489
489
        onLockRequested: root.forceShow()
490
 
        onUnlocked: root.forcedUnlock = true
 
490
        onUnlocked: {
 
491
            root.forcedUnlock = true;
 
492
            root.hideNow();
 
493
        }
491
494
    }
492
495
 
493
496
    Binding {