Revert r735795 to make it build again (fix was already there)
svn path=/trunk/KDE/kdebase/workspace/; revision=735819
This commit is contained in:
parent
d1ae511796
commit
9b7ef8e18a
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ KDesktopConfig::KDesktopConfig(QWidget *parent, const QVariantList &)
|
|||
}
|
||||
else
|
||||
{
|
||||
KConfigGroup cfgGroup(config.data(), groupname.constData());
|
||||
KConfigGroup cfgGroup(config.data(), groupname);
|
||||
if (cfgGroup.isEntryImmutable("Number"))
|
||||
{
|
||||
number_group->setEnabled(false);
|
||||
|
|
Loading…
Reference in a new issue