Add FIXME about broken index translation logic

This commit is contained in:
René Stadler 2007-12-21 15:10:15 +01:00 committed by Stefan Sauer
parent a7a0ea0fa2
commit 2fa90648aa

View file

@ -568,6 +568,7 @@ class FilteredLogModel (FilteredLogModelBase):
range_model = self.super_model
super_start, super_end = range_model.line_index_range
# FIXME: This is too simple!
start_index = self.line_index_from_super (super_start)
end_index = self.line_index_from_super (super_end)