diff options
Diffstat (limited to 'src/prefs-dialog.c')
-rw-r--r-- | src/prefs-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index b9e895654..ca94c28f4 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -1018,7 +1018,7 @@ prefs_homepage_current_button_clicked_cb (GtkWidget *button, (EPHY_EMBED_CONTAINER (window)); g_return_if_fail (embed != NULL); - set_homepage_entry (dialog, ephy_web_view_get_address (EPHY_GET_EPHY_WEB_VIEW_FROM_EMBED (embed))); + set_homepage_entry (dialog, ephy_web_view_get_address (ephy_embed_get_web_view (embed))); } static void |