<div dir="ltr"><div class="markdown-here-wrapper" id="markdown-here-wrapper-12845" style><p style="margin:1.2em 0px!important">Hi</p>
<p style="margin:1.2em 0px!important">This changes the journal completely! Now objects are displayed like sentences, like a real journal.<br><img src="https://f.cloud.github.com/assets/6022042/2061527/3f6e987c-8c58-11e3-8380-baec11be7c7e.png" alt="image"></p>


<p style="margin:1.2em 0px!important">There is the action text (Logged, Did a, Wrote) which is set like this: (In <a href="http://activity.info">activity.info</a>)</p>
<pre style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;font-size:1em;line-height:1.2em;margin:1.2em 0px"><code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;display:inline;white-space:pre;overflow:auto;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border:1px solid rgb(204,204,204);padding:0.5em 0.7em;display:block!important;display:block;padding:0.5em;color:rgb(51,51,51);background-color:rgb(248,248,255);background-repeat:initial initial">action_text = Watched
</code></pre><p style="margin:1.2em 0px!important">Then there is the expander thing:<br><img src="https://f.cloud.github.com/assets/6022042/2061535/b64f8186-8c58-11e3-9e53-a32295c9e6e0.png" alt="image"><br>(Record GTK3 is buggy!)</p>


<p style="margin:1.2em 0px!important">This is as simple as:</p>
<pre style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;font-size:1em;line-height:1.2em;margin:1.2em 0px"><code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;display:inline;white-space:pre;overflow:auto;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border:1px solid rgb(204,204,204);padding:0.5em 0.7em;display:block!important;display:block;padding:0.5em;color:rgb(51,51,51);background-color:rgb(248,248,255);background-repeat:initial initial">    mediaObject.metadata['is_child'] = True

    datastore.write(mediaObject)

    activity.add_child(recd.datastoreId)
</code></pre><blockquote style="margin:1.2em 0px;border-left-width:4px;border-left-style:solid;border-left-color:rgb(221,221,221);padding:0px 1em;color:rgb(119,119,119);quotes:none">
<p style="margin:1.2em 0px!important">Pull request: <a href="https://github.com/sugarlabs/sugar/pull/240">https://github.com/sugarlabs/sugar/pull/240</a></p>
</blockquote>
<p style="margin:1.2em 0px!important">Thanks,</p>
<p style="margin:1.2em 0px!important">Sam</p>
</div></div>