зеркало из https://github.com/mozilla/pjs.git
For debug-only, find default bookmarks file in its new home.
This commit is contained in:
Родитель
06f69e35e2
Коммит
ef94809e8c
|
@ -2051,8 +2051,10 @@ nsBookmarksService::GetBookmarksFile(nsFileSpec* aResult)
|
|||
#ifdef DEBUG
|
||||
if (NS_FAILED(rv)) {
|
||||
*aResult = nsSpecialSystemDirectory(nsSpecialSystemDirectory::OS_CurrentProcessDirectory);
|
||||
*aResult += "res";
|
||||
*aResult += "samples";
|
||||
*aResult += "chrome";
|
||||
*aResult += "bookmarks";
|
||||
*aResult += "content";
|
||||
*aResult += "default";
|
||||
*aResult += "bookmarks.html";
|
||||
rv = NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче