From ec6cfad1e0c6ff3741553e7e697008e78082ac6b Mon Sep 17 00:00:00 2001 From: Prathyush Thota Date: Sat, 28 Mar 2009 03:14:41 +0530 Subject: [PATCH] Fixed SearchViewAgain --- xulmus/content/player.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xulmus/content/player.js b/xulmus/content/player.js index 2da8215b..4b22e0a2 100755 --- a/xulmus/content/player.js +++ b/xulmus/content/player.js @@ -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()