Newyear import/export changes and fix

svn: r15027
This commit is contained in:
Doug Blank
2010-04-04 12:10:12 +00:00
parent e740d374a9
commit c551d6beb1
4 changed files with 21 additions and 10 deletions

View File

@@ -340,7 +340,7 @@ class DateEditorDialog(ManagedWindow.ManagedWindow):
self.start_year.get_value_as_int(),
self.dual_dated.get_active())
calendar = self.calendar_box.get_active()
newyear = self.date.newyear_to_code(self.new_year.get_text())
newyear = Date.newyear_to_code(self.new_year.get_text())
return (quality, modifier, calendar, value, text, newyear)
def switch_type(self, obj):