mirror of https://github.com/zlatinb/muwire
fix variable name
parent
f202fa34f3
commit
69810d7203
|
@ -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]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue