From 89a1027ac8f0c4abe296388320f9491982a26746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Fri, 28 Jun 2013 20:31:04 +0200 Subject: [PATCH] fix secondary test for hiding utility windows broke with 2ae475ce CCBUG: 320921 REVIEW: 111302 --- workspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index b3ae147318..8237eeda9b 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -703,7 +703,7 @@ void Workspace::updateToolWindows(bool also_hide) for (ClientList::ConstIterator it2 = mainclients.constBegin(); it2 != mainclients.constEnd(); ++it2) { - if (c->isSpecialWindow()) + if ((*it2)->isSpecialWindow()) show = true; } if (!show)