[hamster-applet] use description for the tooltip, not activity name
- From: Toms Baugis <tbaugis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hamster-applet] use description for the tooltip, not activity name
- Date: Mon, 24 May 2010 10:40:01 +0000 (UTC)
commit 322e9b09d112c7392add312db63728bb03eb442b
Author: Toms Bauģis <toms baugis gmail com>
Date: Mon May 24 11:38:13 2010 +0100
use description for the tooltip, not activity name
src/hamster/widgets/facttree.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/hamster/widgets/facttree.py b/src/hamster/widgets/facttree.py
index 2b75f30..11c3ceb 100644
--- a/src/hamster/widgets/facttree.py
+++ b/src/hamster/widgets/facttree.py
@@ -305,7 +305,7 @@ class FactTree(gtk.TreeView):
if data and "id" in data:
renderer = view.get_column(0).get_cell_renderers()[0]
- label = data["name"]
+ label = data["description"]
self.set_tooltip_text(label)
self.trigger_tooltip_query()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]