From 3fca254f83f4c86d4c11b7999ff879db2597171b Mon Sep 17 00:00:00 2001 From: Christoph Feck Date: Tue, 21 Sep 2010 15:56:20 +0000 Subject: [PATCH] SVN_SILENT compile svn path=/trunk/KDE/kdebase/workspace/; revision=1177897 --- client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index b9ab1a97d9..b941d07089 100644 --- a/client.cpp +++ b/client.cpp @@ -1669,7 +1669,7 @@ void Client::takeFocus( allowed_t ) { #ifndef NDEBUG static Time previous_focus_timestamp; -// static Client* previous_client; + static Client* previous_client; //if( previous_focus_timestamp == xTime() && previous_client != this ) // {