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 2010-03-24 20:27:26 +00:00 committed by Alexandre Deckner
parent c5d7a6c949
commit 2232d801e0
1 changed files with 1 additions and 0 deletions

View File

@ -533,6 +533,7 @@ DownloadProgressView::DownloadCanceled()
fBottomButton->SetLabel("Remove");
fBottomButton->SetMessage(new BMessage(REMOVE_DOWNLOAD));
fBottomButton->SetEnabled(true);
fInfoView->SetText("");
}