From 8f3a968fc9e8fc309eace95ff760378875ebf6fd Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 7 Jan 2008 11:42:51 +0000 Subject: ** Fix for bug #339813 2008-01-07 Milan Crha ** Fix for bug #339813 * addressbook/gui/contact-editor/e-contact-editor.c: (e_contact_editor_create_date): Setting new option 'e_date_edit_set_twodigit_year_can_future' to FALSE. * widgets/misc/e-dateedit.h: (e_date_edit_get_twodigit_year_can_future), (e_date_edit_set_twodigit_year_can_future): Added new option for component. * widgets/misc/e-dateedit.c: (e_date_edit_get_twodigit_year_can_future), (e_date_edit_set_twodigit_year_can_future), (struct _EDateEditPrivate::twodigit_year_can_future), (e_date_edit_init), (e_date_edit_parse_date): Implementing new option for component. * widgets/misc/e-dateedit.c: (on_date_entry_focus_out): Always repaint value on focus out. * widgets/misc/e-dateedit.c: (e_date_edit_update_date_entry): Forced to always show 4-digit year. Note: Be sure you updated EDS too (revision 8343 and above) svn path=/trunk/; revision=34774 --- addressbook/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e2e91e36e0..3fe5f989ad 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2008-01-07 Milan Crha + + ** Fix for bug #339813 + + * gui/contact-editor/e-contact-editor.c: (e_contact_editor_create_date): + Setting new option 'e_date_edit_set_twodigit_year_can_future' to FALSE. + 2008-01-06 Michael Monreal ** Fix for bug #492188 -- cgit