diff --git a/bin/mpdevil b/bin/mpdevil index 76634db..ff787ea 100755 --- a/bin/mpdevil +++ b/bin/mpdevil @@ -2626,7 +2626,7 @@ class PlaylistWindow(Gtk.Box): # treeview # (track, disc, title, artist, album, duration, date, genre, file, weight) self._store=Gtk.ListStore(str, str, str, str, str, str, str, str, str, Pango.Weight) - self._treeview=Gtk.TreeView(model=self._store, activate_on_single_click=True, reorderable=True, search_column=-1) + self._treeview=Gtk.TreeView(model=self._store, activate_on_single_click=True, reorderable=True, search_column=2) self._selection=self._treeview.get_selection() # columns