summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2011-12-02 23:44:43 +0100
committerJoel Klinghed <the_jk@yahoo.com>2011-12-02 23:44:43 +0100
commite4fae251d3ce2697a91f02bbaad6b38dbafea593 (patch)
tree48571e13f83b8fbb25a2f26e9ddb6d115f39d591 /src
parentdd58c017207a6d05bcdaa47f106da8dc11b45fde (diff)
Fix typo making HASHING_FAILED not work as a state
Diffstat (limited to 'src')
-rw-r--r--src/customcellrendererstate.c2
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));
}