Skip to content
Snippets Groups Projects
Commit b4915c74 authored by ben%netscape.com's avatar ben%netscape.com
Browse files

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

parent b3603345
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment