On Fri, Mar 2, 2012 at 4:15 PM, Gonzalo Odiard <[email protected]> wrote: > Another comment: > > If you look at the code in sugar 0.96, was already solved: > > def _create_activity_icon(metadata): > if metadata is not None and metadata.get('icon-color'): > > color = XoColor(metadata['icon-color']) > else: > client = gconf.client_get_default() > color = XoColor(client.get_string('/desktop/sugar/user/color')) > > > You need update your sugar version. > > Between the problem can be with the change we did in the Log activity > to not save a entry in the Journal. > You can use the version 24 of Log activity > > Gonzalo
Are reverting the behavior of Log back to the standard "always save to Journal" behavior? Please :) -walter -- Walter Bender Sugar Labs http://www.sugarlabs.org _______________________________________________ Sugar-devel mailing list [email protected] http://lists.sugarlabs.org/listinfo/sugar-devel

