0002010: Person view search parameters duplicated
svn: r10504
This commit is contained in:
parent
96c6b903d3
commit
534ee569c6
@ -79,6 +79,7 @@ class SearchBar:
|
|||||||
return self.filterbar
|
return self.filterbar
|
||||||
|
|
||||||
def setup_filter( self, column_data ):
|
def setup_filter( self, column_data ):
|
||||||
|
self.filter_model.clear()
|
||||||
old_value = self.filter_list.get_active()
|
old_value = self.filter_list.get_active()
|
||||||
|
|
||||||
cell = gtk.CellRendererText()
|
cell = gtk.CellRendererText()
|
||||||
@ -86,7 +87,6 @@ class SearchBar:
|
|||||||
self.filter_list.pack_start(cell, True)
|
self.filter_list.pack_start(cell, True)
|
||||||
self.filter_list.add_attribute(cell, 'text', 0)
|
self.filter_list.add_attribute(cell, 'text', 0)
|
||||||
|
|
||||||
|
|
||||||
maxval = 0
|
maxval = 0
|
||||||
for col, index in column_data:
|
for col, index in column_data:
|
||||||
rule = _("%s contains") % col
|
rule = _("%s contains") % col
|
||||||
|
Loading…
x
Reference in New Issue
Block a user