* 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:
@ -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."
|
||||
|
Reference in New Issue
Block a user