mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
enabled search in playlist
This commit is contained in:
parent
52de223b0f
commit
2cd18d931f
@ -2626,7 +2626,7 @@ class PlaylistWindow(Gtk.Box):
|
|||||||
# treeview
|
# treeview
|
||||||
# (track, disc, title, artist, album, duration, date, genre, file, weight)
|
# (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._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()
|
self._selection=self._treeview.get_selection()
|
||||||
|
|
||||||
# columns
|
# columns
|
||||||
|
Loading…
Reference in New Issue
Block a user