call make_python_month_gtk_month in a place

This commit is contained in:
Nikos Kouremenos 2005-12-05 14:37:37 +00:00
parent 2ad4218292
commit 43740fce00
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ class HistoryWindow:
date = time.localtime(tim)
y, m, d = date[0], date[1], date[2]
m = gtkgui_helpers.make_python_month_gtk_month(m)
self.calendar.select_month(m, y)
self.calendar.select_day(d)
self.add_lines_for_date(y, m, d)