From 4323102ec7dbd39647bd80df0275bf0bc9f72ac9 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Fri, 6 Nov 2015 21:01:39 +0530 Subject: [PATCH] Fix build --- shell_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_client.cpp b/shell_client.cpp index 929ceed50e..4c1f352137 100644 --- a/shell_client.cpp +++ b/shell_client.cpp @@ -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