Revision 33fa0c9...

Go back to digest for 8th May 2011

Bug Fixes in KDE Base

Aaron J. Seigo committed changes in [kde-workspace/KDE/4.6] libs/plasmaclock/calendar.cpp:

prevent crash when hiding the year boxes more than once



QSpinBox emits the finished signal when enter is pressed and when
it loses focus. so if you hide it on enter, it then loses focus
and the signal is emitted again. even if the value hasn't changed
and no editing was done (not even returned from the previous signal
emission). moderately lame.

File Changes

Modified 1 files
  • libs/plasmaclock/calendar.cpp
1 files changed in total