diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-06-30 01:53:46 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-06-30 01:53:46 +0800 |
commit | d8d0e6b3e3d001aea01cb90472fae751c75f00b4 (patch) | |
tree | c6ecc13cf953012fc76e9ad87602c71526aad045 /ChangeLog | |
parent | 71c44e8dc078e48bfb6bc6c2517041f75e9ab45e (diff) | |
download | gsoc2013-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 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +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. + 2003-06-29 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/egg-action.c: (egg_action_init), (egg_action_finalize), |