Revision 717442

Go back to digest for 30th September 2007

Bug Fixes in KDE Base

Fredrik Höglund committed changes in /trunk/KDE/kdelibs/kdeui/widgets/ktoolbar.cpp:

Fix toolbar style and size settings not being restored.

The settings were saved correctly, but were always being read from the global config. The KConfigGroup with the global settings was declared in an inner scope with the same name as the one holding the local settings, causing it to be hidden, and the global one to be used in its place.

File Changes

Modified 1 files
  • /trunk/KDE/kdelibs/kdeui/widgets/ktoolbar.cpp
1 files changed in total