fix call palcement, suggested by jag on IRC, r=me

This commit is contained in:
ben%netscape.com 2006-05-17 02:26:17 +00:00
Родитель 0c01e022e5
Коммит 3d40c6a7e2
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -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();