fix variable name

pull/42/head
Zlatin Balevsky 2020-03-10 19:35:39 +00:00
parent f202fa34f3
commit 69810d7203
1 changed files with 1 additions and 1 deletions

View File

@ -1344,7 +1344,7 @@ class MainFrameView {
if (row < 0)
return null
if (lastFeedsSortEvent != null)
row = table.rowSorter.convertRowIndexToModel(row)
row = feedsTable.rowSorter.convertRowIndexToModel(row)
model.feeds[row]
}