[hamster-applet/windows] Fixed error while refreshing
- From: Matthew Howle <mdhowle src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hamster-applet/windows] Fixed error while refreshing
- Date: Sun, 1 May 2011 17:41:19 +0000 (UTC)
commit 63b9db0ba55e5e13dd116352f1294e0f07609b24
Author: Matthew Howle <matthew howle org>
Date: Sun Apr 17 20:52:53 2011 -0400
Fixed error while refreshing
src/hamster-time-tracker | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/hamster-time-tracker b/src/hamster-time-tracker
index f77ca76..28e9c6b 100755
--- a/src/hamster-time-tracker
+++ b/src/hamster-time-tracker
@@ -157,7 +157,7 @@ class ProjectHamster(object):
duration = delta.seconds / 60
if duration and duration % self.notify_interval == 0:
- message = _(u"Working on <b>%s</b>") % self.last_activity.name
+ message = _(u"Working on <b>%s</b>") % self.last_activity.activity
self.get_widget("last_activity_duration").set_text(stuff.format_duration(duration) or _("Just started"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]