Well, is not by the number of lines ...<div>and I was talking about this part (in the other patch):</div><div><br></div><div><div>+        # XXX is there other way to easily access the activity info?</div><div>+        home_model = shell.get_model()</div>
<div>+        home_activity = home_model._get_activity_by_xid(parent.xid)</div><div>+        examples_path = home_activity._activity_info.get_examples_path()</div><div>+</div><div><br></div><div>Really, if we can't get the information in the <a href="http://activity.info">activity.info</a> in a easier way,</div>
<div>is a problem in our sugar-toolkit code.</div><div><br></div><div>I am wondering, Bert, is etoys using the ObjectChooser?</div><div><br></div><div>Gonzalo</div><br><div class="gmail_quote">On Fri, Aug 31, 2012 at 5:07 PM, Bert Freudenberg <span dir="ltr"><<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 2012-08-31, at 21:54, Gonzalo Odiard <<a href="mailto:godiard@gmail.com">godiard@gmail.com</a>> wrote:<br>

<br>
> * IMHO the code added to enable configure the examples directory is so complicate,<br>
> and do not add too much value. I think is better use a fixed "examples" or "samples"<br>
> (as in TurtleArt). If the maintainer want use it, should follow the convention.<br>
<br>
</div>We are talking about pretty much just two lines:<br>
<br>
+        if cp.has_option(section, 'examples_path'):<br>
+            self._examples_path = cp.get(section, 'examples_path')<br>
<br>
I don't see why you would consider that "too complicated". It adds value for activities that already have examples, when relocating them isn't that easy. That's a lot of bang for the buck IMHO.<br>
<div class="HOEnZb"><div class="h5"><br>
- Bert -<br>
<br>
<br>
_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
</div></div></blockquote></div><br></div>