allow dragging of topmost bookmark container in container list (bug 223325)

This commit is contained in:
pinkerton%netscape.com 2003-11-14 13:42:55 +00:00
Родитель 127f838241
Коммит 89c1c32962
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -750,7 +750,7 @@ const long kMinSearchPaneHeight = 80;
id aRow;
while ((aRow = [enumerator nextObject])) {
rowVal = [aRow intValue];
if (rowVal > (int)firstUserCollection)
if (rowVal >= (int)firstUserCollection)
[itemArray addObject:[mRootBookmarks objectAtIndex:rowVal]];
}
if ([itemArray count] == 0) {