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:
Lucas Murray 2008-12-14 11:09:32 +00:00
parent 06aa24a750
commit 171964521f

View file

@ -1159,6 +1159,9 @@ void Workspace::saveDesktopSettings()
group.writeEntry( QString("Name_%1").arg(i), "" );
}
}
// Save to disk
group.sync();
}
QStringList Workspace::configModules(bool controlCenter)