Opened 12 years ago
Closed 12 years ago
#2880 closed defect (fixed)
Wrong string in Journal when sorting by size with zero size objects
Reported by: | garycmartin | Owned by: | erikos |
---|---|---|---|
Priority: | Normal | Milestone: | Unspecified |
Component: | journal | Version: | 0.92.x |
Severity: | Trivial | Keywords: | 11.2.0 |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Assigned |
Description
For zero size objects, when sorted by size, the list view uses "Unknown" as the string rather than "Empty". "Empty" is correctly used in the Detail view for zero sized objects and "Unknown" is correctly used in the Detail view for objects with unknown mime types. The string in question is in /usr/lib/python2.7/site-packages/jarbe/journal/listmodel.py at about line #166.
Attachments (1)
Change History (4)
Changed 12 years ago by garycmartin
comment:1 Changed 12 years ago by erikos
- Bug Status changed from Unconfirmed to New
- Keywords 11.2.0 added
- Owner changed from alsroot to erikos
- Priority changed from Unspecified by Maintainer to Normal
- Severity changed from Unspecified to Trivial
- Status changed from new to assigned
comment:2 Changed 12 years ago by erikos
- Bug Status changed from New to Assigned
comment:3 Changed 12 years ago by erikos
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Thanks Gary for the patch. I sent a slightly modified one to the list: http://lists.sugarlabs.org/archive/sugar-devel/2011-June/031683.html