Bug 322378 r=bryner Fixed crash while pasting bookmarks.

Original committer: brettw%gmail.com
Original revision: 1.27
Original date: 2006/01/04 19:12:32
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 18:17:43 +00:00
Родитель 332dc12576
Коммит 3ce6a543e2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -600,7 +600,7 @@ nsNavHistoryQueryNode::CreateNode(nsIURI *aBookmark,
NS_ENSURE_SUCCESS(rv, rv);
NS_ASSERTION(results, "item must be in history!");
return history->RowToResult(statement, PR_FALSE, aNode);
return history->RowToResult(statement, mOptions, aNode);
}
PRBool