hamster-applet r748 - trunk/hamster



Author: tbaugis
Date: Thu Feb 19 02:12:41 2009
New Revision: 748
URL: http://svn.gnome.org/viewvc/hamster-applet?rev=748&view=rev

Log:
depending on db module to calculate durations

Modified:
   trunk/hamster/reports.py

Modified: trunk/hamster/reports.py
==============================================================================
--- trunk/hamster/reports.py	(original)
+++ trunk/hamster/reports.py	Thu Feb 19 02:12:41 2009
@@ -110,8 +110,6 @@
             <th class="largeCell">""" + _("Description") + """</th>
         </tr>""")
     
-    #get id of last activity so we know when to show current duration
-    last_activity = storage.get_last_activity()
     sum_time = {}
     rowcount = 1
     



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