Playlist search is broken after adding a column

Bug #1037413 reported by Dustin Spicuzza
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Exaile
Fix Released
Medium
Dustin Spicuzza

Bug Description

On trunk, searching for things in a playlist does not currently work after you add a column. There are no errors shown in the console either... it also breaks when I change the playlist font, so I would suspect that something in the refresh_columns() function is broken.

The following also shows up after search breaks, though I'm not sure if it's related.

Traceback (most recent call last):
  File "/home/virtuald/src/exaile/exaile/xlgui/widgets/playlist_columns.py", line 432, in on_timeout
    self.get_tree_view().queue_draw()
AttributeError: 'NoneType' object has no attribute 'queue_draw'

Related branches

Changed in exaile:
importance: Undecided → Medium
milestone: none → 0.3.3.0
Revision history for this message
Dustin Spicuzza (dustin-virtualroadside) wrote :

These GTK warnings also may be related:

/home/virtuald/src/exaile/exaile/xlgui/widgets/playlist.py:700: GtkWarning: IA__gdk_window_set_cursor: assertion `GDK_IS_WINDOW (window)' failed
  self.remove_column(col)
/home/virtuald/src/exaile/exaile/xlgui/widgets/playlist.py:682: GtkWarning: IA__gdk_window_set_cursor: assertion `GDK_IS_WINDOW (window)' failed
  self.append_column(playlist_column)

Changed in exaile:
assignee: nobody → Dustin Spicuzza (dustin-virtualroadside)
status: New → In Progress
Revision history for this message
Dustin Spicuzza (dustin-virtualroadside) wrote :

Fixed in r4196

Changed in exaile:
status: In Progress → Fix Committed
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.