Re: [Sugar-devel] [sugar-toolkit-gtk2] Add management of summary property to the activity.info file - v2

2012-09-29 Thread Manuel Kaufmann
On Thu, Sep 20, 2012 at 12:34 PM, godi...@sugarlabs.org wrote: +self._summary = None +self._local_summary = None Sorry to bother you, I have two questions: * What each of these variable mean? * What are the difference between them? -- Kaufmann Manuel Blog:

Re: [Sugar-devel] [sugar-toolkit-gtk2] Add management of summary property to the activity.info file - v2

2012-09-29 Thread Gonzalo Odiard
summary is the original English field we are adding in activity.info local_summary is the string translated to the language in use in Sugar. Gonzalo On Sat, Sep 29, 2012 at 3:24 PM, Manuel Kaufmann humi...@gmail.com wrote: On Thu, Sep 20, 2012 at 12:34 PM, godi...@sugarlabs.org wrote: +

[Sugar-devel] [sugar-toolkit-gtk2] Add management of summary property to the activity.info file - v2

2012-09-20 Thread godiard
From: Gonzalo Odiard godi...@gmail.com This summary is translatable aas the name and will be displayed in the activivity list in the home view. Signed-off-by: Gonzalo Odiard gonz...@laptop.org v2: remove installation_time because is not used anymore --- src/sugar3/activity/bundlebuilder.py |