Re: [Rhythmbox-devel] 0.13.2 to 0.13.3 API change for plugins

2012-02-09 Thread Lachlan
selected_page is what you want. On Feb 10, 2012 1:39 PM, wrote: > One of my plugins works fine with pre 0.13 rhythmbox and I recently > upgraded to 0.13.3. > > Upon using 0.13.3 I have found that my plugin does not work on the > following line: > > shell.get_property("selected_source") > > and th

[Rhythmbox-devel] 0.13.2 to 0.13.3 API change for plugins

2012-02-09 Thread ikwyl6
One of my plugins works fine with pre 0.13 rhythmbox and I recently upgraded to 0.13.3. Upon using 0.13.3 I have found that my plugin does not work on the following line: shell.get_property("selected_source") and that I should use shell.get_property("selected_page") instead ( http://code.google.

Re: [Rhythmbox-devel] Plugin to fix playlists

2012-02-09 Thread Petko
On 02/04/2012 05:02 AM, Jonathan Matthew wrote: I don't even understand what you're asking for here. You want the playlist code to do this for you? To my mind this is something better implemented in a plugin. True, I also got to this conclusion . Read the introductory documentation for gtk.