diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-10-26 04:01:20 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-10-26 04:01:20 +0800 |
commit | cc62537ebba1ba9ab31cc3da32ddf51556045caa (patch) | |
tree | 0a052838c4cb61bd8290a4f2a40ed0903eb1e9fc /src/prefs-dialog.c | |
parent | be872c7f830e2789c9dd5968b2a66d7ddf06f60b (diff) | |
download | gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar.gz gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar.zst gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.zip |
Port src/ to the new properties in EphyEmbed.
svn path=/trunk/; revision=7564
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 3f8d5d491..19e66fd74 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -1510,7 +1510,7 @@ prefs_homepage_current_button_clicked_cb (GtkWidget *button, tab = ephy_window_get_active_tab (window); g_return_if_fail (tab != NULL); - set_homepage_entry (dialog, ephy_tab_get_address (tab)); + set_homepage_entry (dialog, ephy_embed_get_address (ephy_tab_get_embed (tab))); } static void |