fix compilation, wooops :)
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=796879
This commit is contained in:
parent
e9e16e2a89
commit
1788dbed90
@ -295,9 +295,9 @@ void Containment::setContainmentType(Containment::Type type)
|
||||
connect(activityTool, SIGNAL(clicked()), this, SLOT(addSiblingContainment()));
|
||||
}
|
||||
} else if (isContainment() && type == PanelContainment){
|
||||
createToolbox();
|
||||
toolbox->setSize(24);
|
||||
toolbox->setIconSize(QSize(16, 16));
|
||||
d->createToolbox();
|
||||
d->toolbox->setSize(24);
|
||||
d->toolbox->setIconSize(QSize(16, 16));
|
||||
} else {
|
||||
delete d->toolbox;
|
||||
d->toolbox = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user