diff options
Diffstat (limited to 'src/ephy-lockdown.c')
-rw-r--r-- | src/ephy-lockdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-lockdown.c b/src/ephy-lockdown.c index f11d7b086..bb3a03524 100644 --- a/src/ephy-lockdown.c +++ b/src/ephy-lockdown.c @@ -105,7 +105,7 @@ update_location_editable (EphyWindow *window, if (embed != NULL) { address = ephy_web_view_get_location (EPHY_GET_EPHY_WEB_VIEW_FROM_EMBED (embed), TRUE); - ephy_toolbar_set_location (EPHY_TOOLBAR (toolbar), address, NULL); + ephy_toolbar_set_location (EPHY_TOOLBAR (toolbar), address); ephy_web_view_set_typed_address (EPHY_GET_EPHY_WEB_VIEW_FROM_EMBED (embed), NULL); g_free (address); } |