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 wrote: > On Thu, Sep 20, 2012 at 12:34 PM, wrote: > > +self._summary = None > > +

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, 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: http://humitos.wordpress.com/ Porfol

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

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