When the desktop names change save them immediately to disk.
BUG: 172869 svn path=/trunk/KDE/kdebase/workspace/; revision=896722
This commit is contained in:
parent
06aa24a750
commit
171964521f
1 changed files with 3 additions and 0 deletions
|
@ -1159,6 +1159,9 @@ void Workspace::saveDesktopSettings()
|
||||||
group.writeEntry( QString("Name_%1").arg(i), "" );
|
group.writeEntry( QString("Name_%1").arg(i), "" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Save to disk
|
||||||
|
group.sync();
|
||||||
}
|
}
|
||||||
|
|
||||||
QStringList Workspace::configModules(bool controlCenter)
|
QStringList Workspace::configModules(bool controlCenter)
|
||||||
|
|
Loading…
Reference in a new issue