[Bugs] #1660 UNSP: Home list view activities date sorting should be reversed (new at top, old at bottom)
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Sat Jul 3 13:29:51 EDT 2010
#1660: Home list view activities date sorting should be reversed (new at top, old
at bottom)
------------------------------------------+---------------------------------
Reporter: garycmartin | Owner: tomeu
Type: defect | Status: new
Priority: Unspecified by Maintainer | Milestone: 0.88
Component: sugar | Version: Git as of bugdate
Severity: Minor | Keywords:
Distribution: Unspecified | Status_field: New
------------------------------------------+---------------------------------
Comment(by sascha_silbe):
Replying to [comment:2 mikus]:
> For os295py (sugar 0.88.1), the following patch solved the problem:
> {{{
> --- a/src/jarabe/desktop/activitieslist.py
> +++ b/src/jarabe/desktop/activitieslist.py
> @@ -228,7 +228,7 @@ class ListModel(gtk.TreeModelSort):
> '<span style="italic" weight="light">%s</span>' %
\
> (activity_info.get_name(), tags)
>
> - self._model.append([activity_info.get_bundle_id(),
> + self._model.prepend([activity_info.get_bundle_id(),
This is a workaround, not a fix. I'm ambivalent about whether we should
apply it. It doesn't look like anyone is going to come up with a proper
fix soon, so this workaround would be useful to users. OTOH once it looks
OK to the user, I doubt anyone will ever fix it properly.
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/1660#comment:3>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list