Canceling a download needs to unset the info text.

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@355 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi
2012-07-03 15:38:50 +02:00
committed by Alexandre Deckner
parent c5d7a6c949
commit 2232d801e0
@@ -533,6 +533,7 @@ DownloadProgressView::DownloadCanceled()
fBottomButton->SetLabel("Remove");
fBottomButton->SetMessage(new BMessage(REMOVE_DOWNLOAD));
fBottomButton->SetEnabled(true);
fInfoView->SetText("");
}