* src/DateEdit.py (DateEdit.invoke_date_editor):

Check the built date and display LED (closes # 1031065).
* src/Sources.py (draw): Properly display date for sourceref;
(on_sourceok_clicked): Properly parse date for sourceref
(closes # 1031156).


svn: r3560
This commit is contained in:
Alex Roitman
2004-09-20 17:56:26 +00:00
parent e5b8384463
commit 1487014730
3 changed files with 14 additions and 2 deletions

View File

@ -160,6 +160,7 @@ class DateEdit:
if the_date:
self.date_obj.copy(the_date)
self.text_obj.set_text(self.dd.display(self.date_obj))
self.check()
print "The date was built as follows:", self.date_obj
else:
print "Cancel was pressed, date not changed."