playlist filter doesn't update on backspace

Bug #438200 reported by nickless
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Exaile
Fix Released
Medium
Unassigned

Bug Description

If I type something in the filterbox beneath the playlist and misstype for example, then using backspace won't update the playlist. It remains (for example) empty until I clear the whole filterbox using backspace or the clear filter button.

reacocard (reacocard)
Changed in exaile:
importance: Undecided → Medium
milestone: none → 0.3.1
status: New → Confirmed
Revision history for this message
Jason (jasonspine) wrote :

You need to change
xl/playlist.py

change line:
for track in self.ordered_tracks:

to:
for track in self._ordered_tracks:

And now you have good filtering.

Revision history for this message
reacocard (reacocard) wrote :

fixed trunk/2811

Changed in exaile:
status: Confirmed → Fix Committed
reacocard (reacocard)
Changed in exaile:
status: Fix Committed → Fix Released
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.