On Mon, Dec 7, 2009 at 12:15 AM, Jannik Heller <scr...@baseoftrash.de> wrote:
> Hi,
>
> I want to get a reference to the "Radio" source in my plugin. I want to
> use this code:
>
> for group in shell.props.sourcelist_model:
>      for source in group.iterchildren():
>         for props in source:
>             if isinstance(props, RBIRadioSource):
>                 radio_source = props
>
> However, I get
>
> NameError: global name 'RBIRadioSource' is not defined
>
> So how to import the RBIRadioSource that I can access it? Or does
> someone know another way to get the Radio source?

You'd have to check the source name or maybe its entry type. There
isn't much you can do with the source object, though. What does your
plugin do?
_______________________________________________
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Reply via email to