3052: Only PeopleView rebuilds entries on SearchBar after a change on columns Editor

svn: r12732
This commit is contained in:
Benny Malengier 2009-06-29 19:57:12 +00:00
parent 4e974dc0e1
commit 92d344d802

View File

@ -760,6 +760,7 @@ class ListView(BookMarkView):
# column that was sorted on before is situated now. # column that was sorted on before is situated now.
self.sort_col = 0 self.sort_col = 0
self.sort_order = gtk.SORT_ASCENDING self.sort_order = gtk.SORT_ASCENDING
self.setup_filter()
self.build_tree() self.build_tree()
def build_widget(self): def build_widget(self):