Fixing a typo that caused segfault, added a comment for reviewing config loading
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=864775
This commit is contained in:
parent
eba90f900b
commit
9556863db5
@ -312,7 +312,9 @@ RunnerManager::RunnerManager(KConfigGroup &c, QObject *parent)
|
|||||||
: QObject(parent),
|
: QObject(parent),
|
||||||
d(new RunnerManagerPrivate(this))
|
d(new RunnerManagerPrivate(this))
|
||||||
{
|
{
|
||||||
KConfigGroup config(&config, "PlasmaRunnerManager");
|
// Should this be really needed? Maybe d->loadConfiguration(c) would make
|
||||||
|
// more sense.
|
||||||
|
KConfigGroup config(&c, "PlasmaRunnerManager");
|
||||||
d->loadConfiguration(config);
|
d->loadConfiguration(config);
|
||||||
//ThreadWeaver::setDebugLevel(true, 4);
|
//ThreadWeaver::setDebugLevel(true, 4);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user