[hamster-applet] no more title setting



commit 0a53f90c34d7c7b9617c5780d1b681fef304f736
Author: Toms Bauģis <toms baugis gmail com>
Date:   Thu Dec 31 19:30:17 2009 +0000

    no more title setting

 hamster/widgets/timeline.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/hamster/widgets/timeline.py b/hamster/widgets/timeline.py
index 0c8549c..56eb403 100644
--- a/hamster/widgets/timeline.py
+++ b/hamster/widgets/timeline.py
@@ -54,8 +54,6 @@ class TimeLine(graphics.Area):
         if start_date > end_date:
             start_date, end_date = end_date, start_date
 
-        self.set_title(start_date, end_date) # we will forget about all our magic manipulations for the title
-
         # for hourly representation we will operate in minutes since and until the day start
         if end_date - start_date < dt.timedelta(days=2):
             start_time = dt.datetime.combine(start_date, self.day_start.replace(minute=0))



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