Next button doesn't work for Quod Libet plugin

Bug #685326 reported by Trent McPheron
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
CoverGloobus
Fix Committed
Undecided
Unassigned

Bug Description

I also had a problem with the Quod Libet plugin in current bzr. The previous button worked, the pause button worked, but the next button didn't. It caused a backtrace in my X log:

Traceback (most recent call last):
  File "/usr/share/covergloobus/ui.py", line 337, in <lambda>
    button.connect('clicked', lambda w: self.cg.player.next())
TypeError: next() takes exactly 3 arguments (1 given)

So I looked into it and found at line 149 in players/QuodLibet.py:

def next(self, widget, event):

Or something like that. I already forgot exactly what it was before, but the point was that the method signature was different from the other two, and from the next methods in all the other player plugins. So I just removed the other two arguments, and that fixed it for me.

Revision history for this message
Alexandr Grigorcea (cahr-gr) wrote :

Thanks again :)

Changed in covergloobus:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.