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