From 12335d4c9cf2ce223888783d23b161fc3168eba1 Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Sat, 04 Feb 2012 17:58:13 +0000 Subject: Diseble search in the treeview. Signed-off-by: Gonzalo Odiard --- (limited to 'activity.py') 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() -- cgit v0.9.1