WebView 3.14: fix critical regression with file download

git-svn-id: svn://kolibrios.org@8444 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2020-12-18 12:55:55 +00:00
parent becbfa3198
commit 408000706a
4 changed files with 47 additions and 47 deletions

View File

@@ -41,7 +41,7 @@
// DATA //
// //
//===================================================//
char version[]="WebView 3.12";
char version[]="WebView 3.14";
#define DEFAULT_URL URL_SERVICE_HOMEPAGE
@@ -904,7 +904,7 @@ void CheckContentType()
EventDownloadAndOpenImage(http.cur_url);
StopLoading();
}if (content_type[0] == 'a') {
EventOpenDownloader(history.current());
EventOpenDownloader(http.cur_url);
StopLoading();
}
}