Skip to content
Commit be3bbc01 authored by Adam Zimmerman's avatar Adam Zimmerman
Browse files

magnatune: Set names of radio buttons explicitly

In newer versions of pygtk(?), the name of a widget is not set from its id in
the builder file. So we need to iterate over the radio buttons in the prefs
dialog and set their name explicitly. We also need to use widget.get_name()
instead of widget.props.name to access the name.

Fixes bug #615658.
parent d8b0d361
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment