[hamster-applet] clear description and tags on no entry
- From: Toms Baugis <tbaugis src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [hamster-applet] clear description and tags on no entry
- Date: Wed, 25 Nov 2009 01:57:32 +0000 (UTC)
commit 1889d1a22706052687c45a9ab5c72497a0765445
Author: Toms Bauģis <toms baugis gmail com>
Date: Wed Nov 25 01:57:21 2009 +0000
clear description and tags on no entry
hamster/applet.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/hamster/applet.py b/hamster/applet.py
index 6574380..976b839 100755
--- a/hamster/applet.py
+++ b/hamster/applet.py
@@ -380,6 +380,8 @@ class HamsterApplet(object):
self.get_widget("last_activity_name").set_text(_("No activity"))
self.get_widget("last_activity_duration").set_text("")
self.get_widget("last_activity_category").set_text("")
+ self.tag_box.draw([])
+ self.get_widget("last_activity_description").set_text("")
def check_user(self):
if not self.notify_interval: #no interval means "never"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]