the Containment plugin for the default desktop will be simply called "desktop"
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=720730
This commit is contained in:
parent
35b31cd630
commit
0cfd584408
@ -216,7 +216,7 @@ void Corona::loadDefaultSetup()
|
|||||||
int numScreens = desktop.numScreens();
|
int numScreens = desktop.numScreens();
|
||||||
// create a containment for each screen
|
// create a containment for each screen
|
||||||
for (int i = 0; i < numScreens; ++i) {
|
for (int i = 0; i < numScreens; ++i) {
|
||||||
Containment* c = addContainment("default");
|
Containment* c = addContainment("desktop");
|
||||||
c->setScreen(i);
|
c->setScreen(i);
|
||||||
c->setFormFactor(Plasma::Planar);
|
c->setFormFactor(Plasma::Planar);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user