diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2011-12-02 23:44:43 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2011-12-02 23:44:43 +0100 |
| commit | e4fae251d3ce2697a91f02bbaad6b38dbafea593 (patch) | |
| tree | 48571e13f83b8fbb25a2f26e9ddb6d115f39d591 | |
| parent | dd58c017207a6d05bcdaa47f106da8dc11b45fde (diff) | |
Fix typo making HASHING_FAILED not work as a state
| -rw-r--r-- | src/customcellrendererstate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/customcellrendererstate.c b/src/customcellrendererstate.c index 70d5d29..8c02358 100644 --- a/src/customcellrendererstate.c +++ b/src/customcellrendererstate.c @@ -42,7 +42,7 @@ static void custom_cell_renderer_state_class_init(CustomCellRendererStateClass * "Torrent state", "Torrent state", STATE_DEAD, - STATE_REHASH, + STATE_HASHFAILED, 0, G_PARAM_READABLE | G_PARAM_WRITABLE)); } |
