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
parent 8af4b71a1c
commit 218123a613

View File

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