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

This commit is contained in:
Nikos Kouremenos 2005-11-25 13:54:52 +00:00
parent 21e203f6c2
commit ecc7dd6818
1 changed files with 1 additions and 0 deletions

View File

@ -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)