>         client = gconf.client_get_default()<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">
>         color = XoColor(client.get_string('/desktop/sugar/user/color'))<br>
><br>
<br></div></div></blockquote><div><br>would be better do<br><br>color = profile.get_color()<br><br>In the future we will need port gconf to gsettings, and will be a lot of work in the activities<br>if all are using gconf. If use profile we solve this in one place.<br>
<br>Gonzalo <br></div></div><br>