workspace -> kworkspace to mirror the library name and install path
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=731519
This commit is contained in:
parent
82302e817b
commit
43ea2d708f
@ -216,7 +216,6 @@ class PLASMA_EXPORT AbstractRunner : public QObject
|
||||
*/
|
||||
virtual void exec(Plasma::SearchAction *action);
|
||||
|
||||
|
||||
protected:
|
||||
/**
|
||||
* Sets whether or not the the runner has options for matches
|
||||
|
@ -219,8 +219,10 @@ void Corona::loadDefaultSetup()
|
||||
//FIXME: implement support for system-wide defaults
|
||||
QDesktopWidget desktop;
|
||||
int numScreens = desktop.numScreens();
|
||||
kDebug() << "number of screens is" << numScreens;
|
||||
// create a containment for each screen
|
||||
for (int i = 0; i < numScreens; ++i) {
|
||||
kDebug() << " screen " << i << "geometry is" << desktop.screenGeometry(i);
|
||||
Containment* c = addContainment("desktop");
|
||||
c->setScreen(i);
|
||||
c->setFormFactor(Plasma::Planar);
|
||||
|
Loading…
Reference in New Issue
Block a user