aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-web-view.c
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-05-03 17:58:14 +0800
committerDan Vrátil <dvratil@redhat.com>2012-05-03 17:58:49 +0800
commit55a83bbbaa1e78363f3c631f9f92b86c87ed80b5 (patch)
treec163538dd54ad53db1a989afb48b5b5590db7899 /widgets/misc/e-web-view.c
parenta59e6b170897945a4f73a827de6e8fb1cfc987e0 (diff)
downloadgsoc2013-evolution-55a83bbbaa1e78363f3c631f9f92b86c87ed80b5.tar
gsoc2013-evolution-55a83bbbaa1e78363f3c631f9f92b86c87ed80b5.tar.gz
gsoc2013-evolution-55a83bbbaa1e78363f3c631f9f92b86c87ed80b5.tar.bz2
gsoc2013-evolution-55a83bbbaa1e78363f3c631f9f92b86c87ed80b5.tar.lz
gsoc2013-evolution-55a83bbbaa1e78363f3c631f9f92b86c87ed80b5.tar.xz
gsoc2013-evolution-55a83bbbaa1e78363f3c631f9f92b86c87ed80b5.tar.zst
gsoc2013-evolution-55a83bbbaa1e78363f3c631f9f92b86c87ed80b5.zip
Bug #675347 - No 'Retrieving message...' in preview panel
Diffstat (limited to 'widgets/misc/e-web-view.c')
-rw-r--r--widgets/misc/e-web-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-web-view.c b/widgets/misc/e-web-view.c
index 55d4bd96e0..2c92a39274 100644
--- a/widgets/misc/e-web-view.c
+++ b/widgets/misc/e-web-view.c
@@ -1132,7 +1132,7 @@ web_view_load_string (EWebView *web_view,
webkit_web_view_load_string (
WEBKIT_WEB_VIEW (web_view),
- string, "text/html", "UTF-8", "file://");
+ string, "text/html", "UTF-8", "evo-file:///");
}
static void
@@ -1162,7 +1162,7 @@ web_view_frame_load_string (EWebView *web_view,
if (frame)
webkit_web_frame_load_string (
- frame, string, "text/html", "UTF-8", "file://");
+ frame, string, "text/html", "UTF-8", "evo-file:///");
}
}