зеркало из https://github.com/mozilla/pjs.git
fix call palcement, suggested by jag on IRC, r=me
This commit is contained in:
Родитель
9f9afe1381
Коммит
576e5ad4c1
|
@ -29,11 +29,12 @@
|
|||
function Startup()
|
||||
{
|
||||
hPrefWindow = new nsPrefWindow('panelFrame');
|
||||
hPrefWindow.init();
|
||||
|
||||
if( !hPrefWindow )
|
||||
throw "failed to create prefwindow";
|
||||
|
||||
hPrefWindow.init();
|
||||
|
||||
// If this call worked, we could center the window here:
|
||||
// centerWindowOnScreen();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче