famous last words -> "NOT PART OF BUILD"

This commit is contained in:
hewitt%netscape.com 2001-02-15 21:38:57 +00:00
Родитель b02ead1400
Коммит 4cad25cc57
2 изменённых файлов: 5 добавлений и 2 удалений

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

@ -49,7 +49,10 @@ function InspectorApp_initialize()
function InspectorApp() // implements inIViewerPaneContainer
{
this.mInstallURL = this.getSpecialDirectory(kInstallDirId).URL;
// XXX HACK nsIFile.URL not implemented on unix and mac
this.mInstallURL = "file://"+this.getSpecialDirectory(kInstallDirId).path+'/';
//this.mInstallURL = this.getSpecialDirectory(kInstallDirId).URL;
kHistoryURL = this.prependBaseURL(kHistoryURL);
kViewerRegURL = this.prependBaseURL(kViewerRegURL);
kSearchRegURL = this.prependBaseURL(kSearchRegURL);

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

@ -202,7 +202,7 @@ ViewerRegistryLoadObserver.prototype = {
onError: function(aErrorMsg)
{
this.mTarget.onLoadError(aErrorMsg);
this.mTarget.onError(aErrorMsg);
},
onDataSourceReady: function(aDS)