From ecc7dd6818c06d3b9e713da1694b3bce62cd9416 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 25 Nov 2005 13:54:52 +0000 Subject: [PATCH] comment out unfinished code that slows done month browsing in history window --- src/history_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/history_window.py b/src/history_window.py index 6556b4160..cd3863f31 100644 --- a/src/history_window.py +++ b/src/history_window.py @@ -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)