This commit is contained in:
Reinhard Pointner 2011-11-30 18:43:07 +00:00
parent 208b86c968
commit 6c7db64174
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class MovieHashMatcher implements AutoCompleteMatcher {
String input = null;
synchronized (this) {
input = showInputDialog("Enter movie name:", suggestion, options.get(0).getName(), parent);
input = showInputDialog("Enter movie name:", suggestion, searchQueries.iterator().next(), parent);
}
if (input != null) {