Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-02-04 17:58:13 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-02-04 17:58:13 (GMT)
commit12335d4c9cf2ce223888783d23b161fc3168eba1 (patch)
tree58c34492b55cdb2ce7e6216fe0b1d715ed39d41c /activity.py
parent826f1486e4613eb06cd606f1b560c4c5dc90f65a (diff)
Diseble search in the treeview.
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/activity.py b/activity.py
index 9249b2e..a649c9d 100644
--- a/activity.py
+++ b/activity.py
@@ -548,6 +548,7 @@ class ChartData(gtk.TreeView):
column.set_attributes(value, text=1)
self.append_column(column)
+ self.set_enable_search(False)
self.show_all()