зеркало из https://github.com/mozilla/gecko-dev.git
Opps, typo - bug #3619 A: chofmann R: harishd
This commit is contained in:
Родитель
817847398b
Коммит
b87b78df1f
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче