diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-04-27 23:58:00 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-04-27 23:58:35 +0800 |
commit | 8ffb4930b26f9badf8eb0cdb93275c01d3d36f6a (patch) | |
tree | 3f8bb52245f14490d7928ec7e0d3ad204d7ac460 /widgets | |
parent | a593d514c872dace24e899c1ccb25955f985cbc4 (diff) | |
download | gsoc2013-evolution-8ffb4930b26f9badf8eb0cdb93275c01d3d36f6a.tar.gz gsoc2013-evolution-8ffb4930b26f9badf8eb0cdb93275c01d3d36f6a.tar.zst gsoc2013-evolution-8ffb4930b26f9badf8eb0cdb93275c01d3d36f6a.zip |
Bug #674060 - Preview panel on folder change not updated
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/e-web-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-web-view.c b/widgets/misc/e-web-view.c index dcf07dab04..55d4bd96e0 100644 --- a/widgets/misc/e-web-view.c +++ b/widgets/misc/e-web-view.c @@ -1871,7 +1871,7 @@ e_web_view_clear (EWebView *web_view) { g_return_if_fail (E_IS_WEB_VIEW (web_view)); - e_web_view_load_string (web_view, NULL); + webkit_web_view_load_uri (WEBKIT_WEB_VIEW (web_view), "about:blank"); } void |