0002010: Person view search parameters duplicated

svn: r10503
This commit is contained in:
Gary Burton 2008-04-06 16:49:42 +00:00
parent 9dcc0f4d82
commit b9d11de692

View File

@ -79,6 +79,7 @@ class SearchBar:
return self.filterbar
def setup_filter( self, column_data ):
self.filter_model.clear()
old_value = self.filter_list.get_active()
cell = gtk.CellRendererText()
@ -86,7 +87,6 @@ class SearchBar:
self.filter_list.pack_start(cell, True)
self.filter_list.add_attribute(cell, 'text', 0)
maxval = 0
for col, index in column_data:
rule = _("%s contains") % col