Be sure to write out bookmarks.html to the same place we read it in from! Bookmarks were moved from mozilla/rdf/ to mozilla/xpfe/components/bookmarks and bookmarks.html is now stored inside of $DIST/res/samples instead of the old $DIST/res/rdf

This commit is contained in:
rjc%netscape.com 2007-09-12 17:41:10 +00:00
Родитель 16e83afff6
Коммит cba4ddc275
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1339,7 +1339,7 @@ nsBookmarksService::WriteBookmarks(nsIRDFDataSource *ds, nsIRDFResource *root)
// XXX we should get this from prefs.
bookmarksFile += "res";
bookmarksFile += "rdf";
bookmarksFile += "samples";
bookmarksFile += "bookmarks.html";
nsresult rv = NS_ERROR_FAILURE;