fix for bug #377281: Changing bookmark properties sets incorrect keyword_id value in databaser=dietrich

This commit is contained in:
sspitzer@mozilla.org 2007-05-20 21:51:46 -07:00
Родитель 09bccacf57
Коммит 571be2de05
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2172,7 +2172,7 @@ nsNavBookmarks::SetKeywordForBookmark(PRInt64 aBookmarkId, const nsAString& aKey
mozStorageTransaction transaction(DBConn(), PR_FALSE);
nsresult rv;
PRBool results;
PRInt64 keywordId;
PRInt64 keywordId = 0;
if (!kwd.IsEmpty()) {
// Attempt to find pre-existing keyword record