mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 18:31:08 +00:00
Renamed directory.xml to directory.rdf
This commit is contained in:
parent
68eddb1039
commit
07521245bf
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user