~josharenson/+junk/white-session-chooser-gui

« back to all changes in this revision

Viewing changes to tests/mocks/LightDM/IntegratedLightDM/liblightdm/Greeter.cpp

  • Committer: Josh Arenson
  • Date: 2016-03-21 22:42:09 UTC
  • Revision ID: joshua.arenson@canonical.com-20160321224209-p372s3x5epnplix6
Update lockHint to always be True for integratedLightDM

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
bool Greeter::lockHint () const
73
73
{
74
 
    return false;
 
74
    return true;
75
75
}
76
76
 
77
77
QString Greeter::selectUserHint() const