Revision 852496
Go back to digest for 31st August 2008Bug Fixes in KDE Base
Rafael Fernández López committed changes in /trunk/KDE/kdelibs:
Ok. Now, this is the ultimate toolbar fix!
The root of all evil was: we iterate over all toolbars when restoring the application (on loading): that means, when you are going to restore the first toolbar, a save was being triggered, saving all toolbars, so all toolbars except the first weren't set up, and being saved their default settings => no good.
Now we use a flag for not saving when we are loading (makes sense, doesn't it ?) ;)
File Changes
Modified 4 files
- /trunk/KDE/kdelibs
- /kdecore/kernel/kglobal.cpp
- /kdecore/kernel/kglobal.h
- /kdeui/widgets/kmainwindow.cpp
- /kdeui/widgets/kmainwindow_p.h
4 files changed in total