Bug 282183 sync xpfe listbox.xml with toolkit listbox.xml. (Bv1) nits, in the meantime. Patch by Serge GAUTHERIE <gautheri@noos.fr>, r/sr=neil

This commit is contained in:
bugzilla%standard8.demon.co.uk 2006-02-24 15:16:18 +00:00
Родитель 2204dabfea
Коммит f135a1b4fa
2 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -527,7 +527,7 @@
newIndex = 0;
var numItems = this.getRowCount();
if (newIndex > numItems - 1)
var newIndex = numItems - 1;
newIndex = numItems - 1;
var newItem = this.getItemAtIndex(newIndex);
if (newItem) {
this.ensureIndexIsVisible(newIndex);