aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-06-30 01:53:46 +0800
committerChristian Persch <chpe@src.gnome.org>2003-06-30 01:53:46 +0800
commitd8d0e6b3e3d001aea01cb90472fae751c75f00b4 (patch)
treec6ecc13cf953012fc76e9ad87602c71526aad045 /embed
parent71c44e8dc078e48bfb6bc6c2517041f75e9ab45e (diff)
downloadgsoc2013-epiphany-d8d0e6b3e3d001aea01cb90472fae751c75f00b4.tar
gsoc2013-epiphany-d8d0e6b3e3d001aea01cb90472fae751c75f00b4.tar.gz
gsoc2013-epiphany-d8d0e6b3e3d001aea01cb90472fae751c75f00b4.tar.bz2
gsoc2013-epiphany-d8d0e6b3e3d001aea01cb90472fae751c75f00b4.tar.lz
gsoc2013-epiphany-d8d0e6b3e3d001aea01cb90472fae751c75f00b4.tar.xz
gsoc2013-epiphany-d8d0e6b3e3d001aea01cb90472fae751c75f00b4.tar.zst
gsoc2013-epiphany-d8d0e6b3e3d001aea01cb90472fae751c75f00b4.zip
Fix callbacks for new signature of ge_location embed signal.
2003-06-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-nautilus-view.c: (gnv_embed_location_cb): * src/ephy-tab.c: (ephy_tab_address_cb): * embed/find-dialog.c: (sync_page_change): Fix callbacks for new signature of ge_location embed signal. * src/ephy-tab.c: (ephy_tab_icon_cache_changed_cb): Fix logic to update the site icon.
Diffstat (limited to 'embed')
-rwxr-xr-xembed/find-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/find-dialog.c b/embed/find-dialog.c
index b46930e98..058197204 100755
--- a/embed/find-dialog.c
+++ b/embed/find-dialog.c
@@ -206,7 +206,7 @@ ensure_constructed (FindDialog *dialog)
}
static void
-sync_page_change (EphyEmbed *embed, FindDialog *dialog)
+sync_page_change (EphyEmbed *embed, const char *address, FindDialog *dialog)
{
g_return_if_fail (IS_EPHY_EMBED (embed));