Changes

Jump to navigation Jump to search
Line 13: Line 13:     
== Create a "new" activity from the git version ==
 
== Create a "new" activity from the git version ==
 +
 +
It's really useful to keep the "original" version of the Activity that we are porting to know how it was working before the port. Sometimes you find an strange behaviour on the ported version of the activity and you ''think'' that you don't touch that part of the code or that the change shouldn't affect it. In these cases it's good to run the "original" version and test how it worked before the port.
 +
 +
I [http://lists.sugarlabs.org/archive/sugar-devel/2012-June/037996.html ask to the Sugar Developers mailing list] about how to do this and they told me that I should change the ''bundle_id''. In fact, we have to change the '''bundle_id''' and the '''name'''. I used:
 +
 +
name = Get Books Git
 +
bundle_id = git.GetBooksActivity
    
== Script to list all the enumeration ==
 
== Script to list all the enumeration ==
266

edits

Navigation menu