Home
last modified time | relevance | path

Searched refs:COLOR_STATES (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/gtk3/
H A Dpiecesbar.py29 COLOR_STATES = ['missing', 'waiting', 'downloading', 'completed'] variable
133 pieces = [COLOR_STATES.index('completed')] * self.num_pieces
141 for state in COLOR_STATES
H A Dpreferences.py52 COLOR_STATES = { variable