small fix for leaking the url bar XP in CreateToolbar. Part of the fix for bug 4883. approved for checking by chofmann.

This commit is contained in:
pinkerton%netscape.com 1999-04-28 23:43:02 +00:00
Родитель 1283780ba8
Коммит bcd125e76c
1 изменённых файлов: 2 добавлений и 6 удалений

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

@ -1343,12 +1343,8 @@ nsBrowserWindow::CreateToolBar(PRInt32 aWidth)
widget->SetBackgroundColor(NS_RGB(255, 255, 255));
PRUint32 size;
mLocation->SetText("",size);
nsIWidget* widget = nsnull;
if (NS_OK == mLocation->QueryInterface(kIWidgetIID,(void**)&widget))
{
widget->EnableFileDrop(PR_TRUE);
NS_RELEASE(widget);
}
widget->EnableFileDrop(PR_TRUE);
NS_RELEASE(widget);
}
// Create and place throbber