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
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
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.