See d35a882895 in kxmlgui for more complete explanation.
BUG: 396339
CCBUG: 395988
See d35a882895 in kxmlgui for more complete explanation.
BUG: 396339
CCBUG: 395988
kmail ; Alt+F4 ; kmail -> now the statusbar and toolbar are visible again
No Linters Available |
No Unit Test Coverage |
Buildable 1324 | |
Build 1342: arc lint + arc unit |
src/kmmainwin.cpp | ||
---|---|---|
100 | now it's not necessary to call "KMKernel::self()->config()->sync();" ? |
src/kmmainwin.cpp | ||
---|---|---|
100 | KConfig::sync is already called many many times, on the KMKernel config object, actually.
And more importantly (more reliably after KMMainWin), ~KMKernel calls KMKernel::slotSyncConfig() which does both KCoreConfigSkeleton::save() (which syncs) and a direct call to sync() (I'll remove that one...) |
src/kmmainwin.cpp | ||
---|---|---|
100 | Ah ok indeed. |