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

2012-02-12 Thread ikwyl6
I know it's what I need but I want this to work in both versions, before and after the API change in 0.13.2. Will "selected_page" work in rhythmbox 0.12.x? On Fri, Feb 10, 2012 at 12:25 AM, Lachlan wrote: > selected_page is what you want. > On Feb 10, 2012 1:39 PM, wrote: > >> One of my plu

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.