From 2232d801e0b2fc09f38a573e562295c64a842239 Mon Sep 17 00:00:00 2001 From: stippi Date: Wed, 24 Mar 2010 20:27:26 +0000 Subject: [PATCH] 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 --- src/apps/webpositive/DownloadProgressView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/webpositive/DownloadProgressView.cpp b/src/apps/webpositive/DownloadProgressView.cpp index 8d780ac695..7ae7dc04e8 100644 --- a/src/apps/webpositive/DownloadProgressView.cpp +++ b/src/apps/webpositive/DownloadProgressView.cpp @@ -533,6 +533,7 @@ DownloadProgressView::DownloadCanceled() fBottomButton->SetLabel("Remove"); fBottomButton->SetMessage(new BMessage(REMOVE_DOWNLOAD)); fBottomButton->SetEnabled(true); + fInfoView->SetText(""); }