aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/mozilla-embed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-embed.cpp b/embed/mozilla/mozilla-embed.cpp
index f0d85ba59..63c696d80 100644
--- a/embed/mozilla/mozilla-embed.cpp
+++ b/embed/mozilla/mozilla-embed.cpp
@@ -732,7 +732,7 @@ impl_get_location (EphyEmbed *embed,
* in fact the wrapper is initialized on net start */
if (!wrapper)
{
- *location = NULL;
+ *location = g_strdup ("about:blank");
return G_FAILED;
}