|
|
|
|
@ -172,7 +172,7 @@ void Workspace::storeClient(KConfigGroup &cg, int num, Client *c) |
|
|
|
|
cg.writeEntry(QLatin1String("skipPager") + n, c->skipPager()); |
|
|
|
|
cg.writeEntry(QLatin1String("skipSwitcher") + n, c->skipSwitcher()); |
|
|
|
|
// not really just set by user, but name kept for back. comp. reasons
|
|
|
|
|
cg.writeEntry(QLatin1String("userNoBorder") + n, c->noBorder()); |
|
|
|
|
cg.writeEntry(QLatin1String("userNoBorder") + n, c->userNoBorder()); |
|
|
|
|
cg.writeEntry(QLatin1String("windowType") + n, windowTypeToTxt(c->windowType())); |
|
|
|
|
cg.writeEntry(QLatin1String("shortcut") + n, c->shortcut().toString()); |
|
|
|
|
cg.writeEntry(QLatin1String("stackingOrder") + n, unconstrained_stacking_order.indexOf(c)); |
|
|
|
|
|