From 7d8918019148706670c875ee3b1d65bb2d3ff6a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sun, 29 Dec 2002 18:39:01 +0000 Subject: [PATCH] <= numberOfDesktops(). svn path=/trunk/kdebase/kwin/; revision=196350 --- workspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index fc34e53a00..9568cafb2e 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -4016,7 +4016,7 @@ void Workspace::updateClientArea( bool force ) continue; if( desktop == NETWinInfo::OnAllDesktops ) for( int i = 1; - i < numberOfDesktops(); + i <= numberOfDesktops(); ++i ) new_areas[ i ] = new_areas[ i ].intersect( r ); else