Revision 3846fa0...
Go back to digest for 26th May 2013Security in KDE-PIM
Jan Kundrát committed changes in [trojita] /Gui:
GUI: validate each address separately and also when filled in programatically
Previously, the validation was performed based on the contents of all items.
This meant that after a single field contained invalid data, any subsequent
modification to any other field would render the newly modified field in red.
That's wrong, the validation shall be based exclusively on data from the
modified field.
This patch also triggers the validator when setting the data programatically.
File Changes
Modified 2 files
- /Gui
- src/ComposeWidget.cpp
- src/ComposeWidget.h
2 files changed in total