зеркало из https://github.com/mozilla/pjs.git
Renamed directory.xml to directory.rdf
This commit is contained in:
Родитель
c660e1db8d
Коммит
b8d2b8f0c4
|
@ -146,7 +146,7 @@ nsBrowsingProfile::Init(const char* userProfileName)
|
|||
(nsISupports**)&gRDFService);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
rv = gRDFService->GetDataSource("resource:/res/samples/directory.xml", &gCategoryDB);
|
||||
rv = gRDFService->GetDataSource("resource:/res/samples/directory.rdf", &gCategoryDB);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
// get all the properties we'll need:
|
||||
|
|
Загрузка…
Ссылка в новой задаче