Show the checking icon for the Checking Resume Data state

This commit is contained in:
Andrew Resch 2011-05-25 13:21:16 -07:00
parent 724025092a
commit d42778afa3
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ ICON_STATE = {
"Seeding": icon_seeding,
"Paused": icon_inactive,
"Error": icon_alert,
"Queued": icon_queued
"Queued": icon_queued,
"Checking Resume Data": icon_checking
}
def cell_data_statusicon(column, cell, model, row, data):