Opps, typo - bug #3619 A: chofmann R: harishd

This commit is contained in:
pollmann%netscape.com 1999-03-17 01:41:52 +00:00
Родитель 817847398b
Коммит b87b78df1f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -300,7 +300,7 @@ NS_METHOD nsListBox::GetSelectedIndices(PRInt32 aIndices[], PRInt32 aSize)
for (i=0; i < clist->rows && num < aSize; i++, list = list->next) {
if (GTK_CLIST_ROW (list)->state == GTK_STATE_SELECTED) {
aIndices[i] = (PRInt32)i;
aIndices[num] = i;
num++;
}
}