Hello everyone,<div><br></div><div>I'm implementing the new Sugar toolbar in my application LearningWriting. I haven't done any commit yet for the problem I'm facing.</div><div><br></div><div>I wrote the line </div>
<div><br></div><div>playButton = ToolButton('gtk-media-play') #(line 99)</div><div><br></div><div>in order to add a tool button with the play icon. But the space for the button is allocated, and no icon is shown.</div>
<div><br></div><div><br></div><div>Whereas, if i replace by</div><div><br></div><div>playButton = ToolButton('gtk-media-record') #(line 99)</div><div><br></div><div>this time I can see the gtk icon for a record button.</div>
<div><br></div><div>Here is my activity code :</div><div><br></div><div><a href="http://pastebin.com/kH2Y00i4">http://pastebin.com/kH2Y00i4</a></div><div><br></div><div>Regards</div><div><br></div>