Fix build

This commit is contained in:
Bhushan Shah 2015-11-06 21:01:39 +05:30
parent 3a1371989e
commit 4323102ec7

View file

@ -628,7 +628,7 @@ bool ShellClient::isInternal() const
bool ShellClient::isLockScreen() const
{
return m_shellSurface->client() == waylandServer()->greeterClientConnection();
return m_shellSurface->client() == waylandServer()->screenLockerClientConnection();
}
bool ShellClient::isInputMethod() const