Bustage fix

git-svn-id: svn://10.0.0.236/trunk@139058 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
aaronl%netscape.com
2003-03-07 00:24:27 +00:00
parent de5a0e85db
commit ceedb74bc1

View File

@@ -439,7 +439,7 @@ XRemoteService::CreateProxyWindow(void)
nsWidgetInitData initData;
initData.mWindowType = eWindowType_toplevel;
initData.mContentType = nsIDocShellTreeItem::typeChrome;
initData.mContentType = eContentTypeUI;
// create the window as a new toplevel
nsRect rect(0,0,100,100);