[hamster-applet] Bug 599669 - Wrong date in title of exported report



commit b96e5e2301f27984c8a3c2ef333f03b4d44dd962
Author: Pieter Frenssen <pieter_frenssen yahoo com>
Date:   Tue Oct 27 19:31:43 2009 +0000

    Bug 599669 -  Wrong date in title of exported report

 hamster/stats.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/hamster/stats.py b/hamster/stats.py
index caf56cd..0406c0b 100644
--- a/hamster/stats.py
+++ b/hamster/stats.py
@@ -1278,8 +1278,8 @@ than 15 minutes you seem to be a busy bee." % ("<b>%d</b>" % short_percent))
         
         facts = runtime.storage.get_facts(start_date, end_date, category_id = categories)
         reports.simple(facts,
-                       self.start_date,
-                       self.end_date,
+                       start_date,
+                       end_date,
                        format,
                        path)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]