aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/toolbar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/toolbar.c b/src/toolbar.c
index be3273e11..1601953cd 100755
--- a/src/toolbar.c
+++ b/src/toolbar.c
@@ -628,7 +628,8 @@ toolbar_set_location (Toolbar *t,
g_return_if_fail (location != NULL);
ephy_location_entry_set_location
- (EPHY_LOCATION_ENTRY (location), alocation);
+ (EPHY_LOCATION_ENTRY (location),
+ alocation ? alocation : "");
}
void