desktop: fixed recur end date validation error
commit553afdb543d8a750883b3c04ff9e28a736c6a28d
authorChris Frey <cdfrey@foursquare.net>
Fri, 6 Apr 2012 02:57:11 +0000 (5 22:57 -0400)
committerChris Frey <cdfrey@foursquare.net>
Fri, 6 Apr 2012 02:57:11 +0000 (5 22:57 -0400)
tree5fb885053c73c8a08ff6e84ea0f20a51741fec2e
parentc0bd2022791e9550de7ccb7d976bf887dbb7b9a1
desktop: fixed recur end date validation error

If the recurrence end date, in both CalendarEditDlg and TaskEditDlg,
is not set properly, the validator will fail, and the dialog will not
fully load.

This commit sets the date, even if Perpetual is true, to avoid this
validation error.
desktop/src/CalendarEditDlg.cc
desktop/src/TaskEditDlg.cc