[hamster-applet/gnome-2-28] Bug 599669 - Wrong date in title of exported report
- From: Toms Baugis <tbaugis src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [hamster-applet/gnome-2-28] Bug 599669 - Wrong date in title of exported report
- Date: Tue, 27 Oct 2009 19:34:06 +0000 (UTC)
commit 2e61bd9bb14c0f312a3e2d0b1c0f488010728020
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]