Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] ObjectChooser: remove deprecated parameters

2012-01-19 Thread Simon Schampijer
On 01/18/2012 08:39 PM, Gonzalo Odiard wrote: I don't know why the title was deprecated, but... Thanks Gonzalo for the review. The title is always 'Choose an object' (see jarabe/journal/objectchooser.py) which keeps it consistent. The API has been deprecated since ages, really :) Regards,

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] ObjectChooser: remove deprecated parameters

2012-01-18 Thread Gonzalo Odiard
I don't know why the title was deprecated, but... Reviewed-by: Gonzalo Odiard On Wed, Jan 11, 2012 at 2:19 PM, Simon Schampijer wrote: > The objectchooser had the 'title', 'flags' and 'buttons' parameters > deprecated for a long time, remove them now completely. The > only parameters allowed ar

[Sugar-devel] [PATCH sugar-toolkit-gtk3] ObjectChooser: remove deprecated parameters

2012-01-11 Thread Simon Schampijer
The objectchooser had the 'title', 'flags' and 'buttons' parameters deprecated for a long time, remove them now completely. The only parameters allowed are now the 'parent' and the 'what_filter'. Signed-off-by: Simon Schampijer --- src/sugar3/graphics/objectchooser.py | 11 +-- 1 files