1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 11:14:14 +01:00

Fixed SearchViewAgain

This commit is contained in:
Prathyush Thota
2009-03-28 03:14:41 +05:30
parent 7c97678228
commit ec6cfad1e0

View File

@@ -564,6 +564,7 @@ function Player() // {{{
if (mySearchView.length)
{
lastSearchView = mySearchView;
lastSearchIndex = 0;
focusTrack(mySearchView.getItemByIndex(index));
}
else
@@ -601,6 +602,7 @@ function Player() // {{{
//FIXME: Implement for "?" --ken
commandline.echo("/" + lastSearchString, null, commandline.FORCE_SINGLELINE);
focusTrack(lastSearchView.getItemByIndex(lastSearchIndex));
},
getPlaylists: function getPlaylists()