http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a092e2
)
mshtml: Call OnViewChange in set_downloading_proc.
author
Jacek Caban
<jacek@codeweavers.com>
Wed, 3 Mar 2010 13:55:43 +0000
(14:55 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Wed, 3 Mar 2010 14:29:12 +0000
(15:29 +0100)
dlls/mshtml/persist.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/mshtml/persist.c
b/dlls/mshtml/persist.c
index 714e95525c030cf1ef7ae84cdd18ebc69e1677a4..49a3835f4f84c4610f69428467f2d5ab02cc5b83 100644
(file)
--- a/
dlls/mshtml/persist.c
+++ b/
dlls/mshtml/persist.c
@@
-155,6
+155,9
@@
static void set_downloading_proc(task_t *_task)
doc->download_state = 1;
}
+ if(doc->view_sink)
+ IAdviseSink_OnViewChange(doc->view_sink, DVASPECT_CONTENT, -1);
+
if(doc->hostui) {
IDropTarget *drop_target = NULL;