зеркало из https://github.com/mozilla/pjs.git
allow dragging of topmost bookmark container in container list (bug 223325)
This commit is contained in:
Родитель
127f838241
Коммит
89c1c32962
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче