зеркало из https://github.com/mozilla/pjs.git
fix for bug #377281: Changing bookmark properties sets incorrect keyword_id value in databaser=dietrich
This commit is contained in:
Родитель
09bccacf57
Коммит
571be2de05
|
@ -2172,7 +2172,7 @@ nsNavBookmarks::SetKeywordForBookmark(PRInt64 aBookmarkId, const nsAString& aKey
|
||||||
mozStorageTransaction transaction(DBConn(), PR_FALSE);
|
mozStorageTransaction transaction(DBConn(), PR_FALSE);
|
||||||
nsresult rv;
|
nsresult rv;
|
||||||
PRBool results;
|
PRBool results;
|
||||||
PRInt64 keywordId;
|
PRInt64 keywordId = 0;
|
||||||
|
|
||||||
if (!kwd.IsEmpty()) {
|
if (!kwd.IsEmpty()) {
|
||||||
// Attempt to find pre-existing keyword record
|
// Attempt to find pre-existing keyword record
|
||||||
|
|
Загрузка…
Ссылка в новой задаче