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

comment out unfinished code that slows done month browsing in history window

parent 21e203f6
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@ class HistoryWindow:
self.add_lines_for_date(year, month, day)
def on_calendar_month_changed(self, widget):
return #FIXME: commit this when it works as it should
year, month, day = widget.get_date() # integers
month = gtkgui_helpers.make_gtk_month_python_month(month)
weekday, days_in_this_month = calendar.monthrange(year, month)
......
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