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:
parent
c5d7a6c949
commit
2232d801e0
@ -533,6 +533,7 @@ DownloadProgressView::DownloadCanceled()
|
||||
fBottomButton->SetLabel("Remove");
|
||||
fBottomButton->SetMessage(new BMessage(REMOVE_DOWNLOAD));
|
||||
fBottomButton->SetEnabled(true);
|
||||
fInfoView->SetText("");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user