Revision 1209283

Go back to digest for 2nd January 2011

Bug Fixes in KDE Base

Aaron J. Seigo committed changes in /trunk/KDE/kdelibs/plasma/applet.cpp:

only check the config for immutability if we actually have it; immutability() gets called from setHasConfigurationInterface which gets called from AppletPrivate::init() which meant it was trying to access the configuration group too early, resulting in it being misplaced; for most applets this wouldn't matter, but for applets-in-applets (it's always the sinners) it causes problems

File Changes

Modified 1 files
  • /trunk/KDE/kdelibs/plasma/applet.cpp
1 files changed in total