aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-04-27 23:58:00 +0800
committerDan Vrátil <dvratil@redhat.com>2012-04-27 23:58:35 +0800
commit8ffb4930b26f9badf8eb0cdb93275c01d3d36f6a (patch)
tree3f8bb52245f14490d7928ec7e0d3ad204d7ac460 /widgets/misc
parenta593d514c872dace24e899c1ccb25955f985cbc4 (diff)
downloadgsoc2013-evolution-8ffb4930b26f9badf8eb0cdb93275c01d3d36f6a.tar
gsoc2013-evolution-8ffb4930b26f9badf8eb0cdb93275c01d3d36f6a.tar.gz
gsoc2013-evolution-8ffb4930b26f9badf8eb0cdb93275c01d3d36f6a.tar.bz2
gsoc2013-evolution-8ffb4930b26f9badf8eb0cdb93275c01d3d36f6a.tar.lz
gsoc2013-evolution-8ffb4930b26f9badf8eb0cdb93275c01d3d36f6a.tar.xz
gsoc2013-evolution-8ffb4930b26f9badf8eb0cdb93275c01d3d36f6a.tar.zst
gsoc2013-evolution-8ffb4930b26f9badf8eb0cdb93275c01d3d36f6a.zip
Bug #674060 - Preview panel on folder change not updated
Diffstat (limited to 'widgets/misc')
-rw-r--r--widgets/misc/e-web-view.c2
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