From 8a06608dec45279138cb62261b782ed8340139d4 Mon Sep 17 00:00:00 2001 From: "benjamin%smedbergs.us" Date: Tue, 18 Jul 2006 18:21:46 +0000 Subject: [PATCH] Fixes to toolbar and menu to work with new history backend. r=brettw sr=ben bug=209804 Original committer: annie.sullivan%gmail.com Original revision: 1.37 Original date: 2006/01/27 18:30:51 --- toolkit/components/places/src/nsNavHistoryResult.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/components/places/src/nsNavHistoryResult.cpp b/toolkit/components/places/src/nsNavHistoryResult.cpp index 07608050e2e..24ec28a88fe 100644 --- a/toolkit/components/places/src/nsNavHistoryResult.cpp +++ b/toolkit/components/places/src/nsNavHistoryResult.cpp @@ -2791,7 +2791,7 @@ NS_IMETHODIMP nsNavHistoryFolderResultNode::OnFolderAdded(PRInt64 aFolder, PRInt64 aParent, PRInt32 aIndex) { - NS_ASSERTION(aFolder == mFolderId, "Got wrong bookmark update"); + NS_ASSERTION(aParent == mFolderId, "Got wrong bookmark update"); if (! StartIncrementalUpdate()) return NS_OK;