Fixed comment, the TODO was already resolved.
git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@226 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
@@ -382,8 +382,8 @@ bool LauncherWindow::QuitRequested()
|
|||||||
{
|
{
|
||||||
// TODO: Check for modified form data and ask user for confirmation, etc.
|
// TODO: Check for modified form data and ask user for confirmation, etc.
|
||||||
|
|
||||||
|
// Iterate over all tabs to delete all BWebViews.
|
||||||
// Do this here, so WebKit tear down happens earlier.
|
// Do this here, so WebKit tear down happens earlier.
|
||||||
// TODO: Iterator over all WebViews, if there are more then one...
|
|
||||||
while (m_tabView->CountTabs() > 0)
|
while (m_tabView->CountTabs() > 0)
|
||||||
delete m_tabView->RemoveTab(0L);
|
delete m_tabView->RemoveTab(0L);
|
||||||
SetCurrentWebView(0);
|
SetCurrentWebView(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user