[Sugar-devel] [PATCH] EventIcon: Have a default create_palette method

2012-06-21 Thread Simon Schampijer
The create_palette mechanism allows to create palettes on demand and not for each icon upfront whether it will be needed or not. If you hover over an EventIcon and there is no palette already associated with the Invoker, the Invoker will call create_palette to see if it can be created on demand.

Re: [Sugar-devel] [PATCH] EventIcon: Have a default create_palette method

2012-06-21 Thread Benjamin Berg
On Thu, 2012-06-21 at 10:52 +0200, Simon Schampijer wrote: The create_palette mechanism allows to create palettes on demand and not for each icon upfront whether it will be needed or not. If you hover over an EventIcon and there is no palette already associated with the Invoker, the Invoker

Re: [Sugar-devel] [PATCH] EventIcon: Have a default create_palette method

2012-06-21 Thread Manuel QuiƱones
2012/6/21 Benjamin Berg ben...@sugarlabs.org: On Thu, 2012-06-21 at 10:52 +0200, Simon Schampijer wrote: The create_palette mechanism allows to create palettes on demand and not for each icon upfront whether it will be needed or not. If you hover over an EventIcon and there is no palette

Re: [Sugar-devel] [PATCH] EventIcon: Have a default create_palette method

2012-06-21 Thread Simon Schampijer
Great, all three patches pushed, thanks a lot for the quick review. Regards, Simon On 06/21/2012 02:06 PM, Manuel QuiƱones wrote: 2012/6/21 Benjamin Berg ben...@sugarlabs.org: On Thu, 2012-06-21 at 10:52 +0200, Simon Schampijer wrote: The create_palette mechanism allows to create palettes