diff options
Diffstat (limited to 'libbe/bug.py')
-rw-r--r-- | libbe/bug.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbe/bug.py b/libbe/bug.py index 46dd521..19297bb 100644 --- a/libbe/bug.py +++ b/libbe/bug.py @@ -46,7 +46,8 @@ active_status_def = ( inactive_status_def = ( ("closed", "The bug is no longer relevant."), ("fixed", "The bug should no longer occur."), - ("wontfix","It's not a bug, it's a feature.")) + ("wontfix","It's not a bug, it's a feature."), + ("disabled", "?")) ### Convert the description tuples to more useful formats |