Missing break in switch, but harmless in this case.

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@245 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi 2010-02-28 13:50:06 +00:00 committed by Alexandre Deckner
parent 0d3093e5d8
commit e335cb654c

View File

@ -177,6 +177,7 @@ BrowserApp::MessageReceived(BMessage* message)
fDownloadWindow->Show();
else
fDownloadWindow->Activate();
break;
}
default: