зеркало из https://github.com/mozilla/pjs.git
fix the hardcoded value. don't panic, this is all temporary work anyways
This commit is contained in:
Родитель
4f91b59887
Коммит
b44a1dab62
|
@ -111,7 +111,7 @@ nsresult nsNewsDatabase::Open(nsFileSpec &newsgroupName, PRBool create, nsIMsgDa
|
|||
newsDB->AddRef();
|
||||
|
||||
/* sspitzer: temporary work, don't panic */
|
||||
err = newsDB->OpenMDB("/tmp/mozillamaildb", create);
|
||||
err = newsDB->OpenMDB("/tmp/mozillanews/bar", create);
|
||||
if (NS_SUCCEEDED(err)) {
|
||||
printf("newsDB->OpenMDB succeeded!\n");
|
||||
newsDB->PrePopulate();
|
||||
|
|
Загрузка…
Ссылка в новой задаче