Comment 5 for bug 304846

Revision history for this message
Nikola Kotur (kotnik) wrote :

Dave, line 118 in eqaulizer/__init__.py should be changed from:

exaile.gui.builder.get_object('tools_menu').append(self.MENU_ITEM)

to:

exaile.gui.xml.get_widget('tools_menu').append(self.MENU_ITEM)

And than plugin can be successfully loaded in Exaile 0.3.0.1. But, nevertheless, the plugin is not doing anything to the sound, regardless of the settings.

Is this just a skeleton for the plugin?