Update
svn: r8601
This commit is contained in:
parent
a845b80564
commit
ee1c67367c
@ -213,7 +213,7 @@ class FilterEditor(ManagedWindow.ManagedWindow):
|
|||||||
filters = self.filterdb.get_filters(space)
|
filters = self.filterdb.get_filters(space)
|
||||||
|
|
||||||
# Leave only those that are not in the removal set
|
# Leave only those that are not in the removal set
|
||||||
filters = [the_filter for the_filter in filters
|
filters = [the_filter for the_filter in filters[:]
|
||||||
if the_filter not in filter_set]
|
if the_filter not in filter_set]
|
||||||
|
|
||||||
def _find_dependent_filters(self,space,gfilter,filter_set=set()):
|
def _find_dependent_filters(self,space,gfilter,filter_set=set()):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user