Skip to content
Snippets Groups Projects
Commit 43740fce authored by nkour's avatar nkour
Browse files

call make_python_month_gtk_month in a place

parent 2ad42182
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,7 @@ def __init__(self, jid, account):
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment