зеркало из https://github.com/mozilla/pjs.git
change the hard coded last page visted to be waterson's home page, not radha's.
This commit is contained in:
Родитель
ce5323d5ed
Коммит
05ccb2b40f
|
@ -513,7 +513,7 @@ nsGlobalHistory::GetLastPageVisted(char **_retval)
|
|||
if (! _retval)
|
||||
return NS_ERROR_NULL_POINTER;
|
||||
|
||||
*_retval = PR_smprintf("http://people.netscape.com/radha");
|
||||
*_retval = PR_smprintf("http://people.netscape.com/waterson");
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче