[hamster-applet/gnome-2-26] ahahah, i had substituted an insert with a print. rofl.



commit acb824d2ae9a3db1dd3d10b09efa2bdfbb6ae977
Author: Toms Bauģis <toms baugis gmail com>
Date:   Sat Jul 18 00:23:01 2009 +0300

    ahahah, i had substituted an insert with a print. rofl.

 hamster/applet.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/hamster/applet.py b/hamster/applet.py
index 30a8eff..95b6f13 100755
--- a/hamster/applet.py
+++ b/hamster/applet.py
@@ -646,8 +646,7 @@ class HamsterApplet(object):
                 if fact['description']:
                     activity = "%s, %s" % (activity, fact['description'])
                                         
-                print activity
-                #self.add_fact(activity)
+                self.add_fact(activity)
     
     def add_fact(self, activity_name):
         if self.last_activity and self.last_activity['start_time'] != datetime.date.today():



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