|
|
Commit Details |
|
Bug 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 ?) ;) |
|
|
|
|
|
Discussion |
| From: Allen Winter |
Date: 25th August 2008 @ 23:22:56 |
> SVN commit 852496 by ereslibre:
Great stuff. How much of this is back-portable to branch for the upcoming 4.1.1 tagging?
> 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 =
> loading (makes sense, doesn't it ?) ;) |
|
|
|
|