From 74e51821a9ec64105dbe864cf1ae4f16ddf8cb22 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Sun, 13 Apr 2008 08:22:20 +0000 Subject: [PATCH] SVN_SILENT ws fixes svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=796304 --- view.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view.cpp b/view.cpp index e31ab9267..c6e703c64 100644 --- a/view.cpp +++ b/view.cpp @@ -157,10 +157,10 @@ void View::setContainment(Containment *containment) } d->containment = containment; - if (! containment) { + if (!containment) { return; } - + if (screen > -1) { containment->setScreen(screen); }