Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Buddy color: force bytestring encodingManuel Quiñones2012-11-071-1/+1
| | | | | | | | | | When the color is given by the remote buddy, it comes as unicode, even when the PropertiesChanged signal is connected with byte_arrays=True in jarabe/model/neighborhood.py. The Rsvg.Handle.new_from_data method of toolkit needs a bytestring. So we cast it to str. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Palettes: adjust to the new API - SL #4144Manuel Quiñones2012-11-074-25/+34
| | | | | | | | The API now allows to hide the implementation details using a PaletteMenuBox as container. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
*