SVN_SILENT: i'm sure one pair of parens is enough. this isn't lisp.

svn path=/trunk/KDE/kdelibs/; revision=943975
This commit is contained in:
Aaron J. Seigo 2009-03-24 18:51:29 +00:00
parent 9c6bd76035
commit f2ba0859cb

View File

@ -366,7 +366,7 @@ void Containment::setContainmentType(Containment::Type type)
return;
}
if ((type == DesktopContainment || type == PanelContainment)) {
if (type == DesktopContainment || type == PanelContainment) {
d->createToolBox();
}