On Sat, Oct 04, 2008 at 10:17:26PM +0200, Guido G?nther wrote:
> add "reversed" property to process data back to front
>
> this way we don't have to reverse the list in place in python code so
> it's more obvious which set is which when having multiple lines (see
> follow up patch).
ACK.
Daniel
--
|: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
10-06-2008, 05:03 PM
Cole Robinson
: virt-manager: add sparkline "reversed" property
Guido Günther wrote:
> add "reversed" property to process data back to front
>
> this way we don't have to reverse the list in place in python code so
> it's more obvious which set is which when having multiple lines (see
> follow up patch).
> -- Guido
>