Module: deluge Branch: pieces-progress-bar Commit: d42778afa35ede14fde2871dd2dab00d27dcc1c6
Author: Andrew Resch <[email protected]> Date: Wed May 25 13:21:16 2011 -0700 Show the checking icon for the Checking Resume Data state --- deluge/ui/gtkui/torrentview.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/deluge/ui/gtkui/torrentview.py b/deluge/ui/gtkui/torrentview.py index 8952c02..ab23f45 100644 --- a/deluge/ui/gtkui/torrentview.py +++ b/deluge/ui/gtkui/torrentview.py @@ -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): -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
