fix call palcement, suggested by jag on IRC, r=me
This commit is contained in:
Родитель
3091226b99
Коммит
63fd3b9194
|
@ -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();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче