diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-05 07:09:02 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-05 07:09:02 +0800 |
commit | 4cd87708ec25ca956f690a6b46ac140985973a5f (patch) | |
tree | d522445054f522b61a3f4e02bd99e7239e9780cc /ChangeLog | |
parent | d56b7132f6f5094ae837d6fa34a448c676c32f65 (diff) | |
download | gsoc2013-epiphany-4cd87708ec25ca956f690a6b46ac140985973a5f.tar.gz gsoc2013-epiphany-4cd87708ec25ca956f690a6b46ac140985973a5f.tar.zst gsoc2013-epiphany-4cd87708ec25ca956f690a6b46ac140985973a5f.zip |
Don't use ephy_tab_get_embed(), instead use the pointer provided when we
2004-03-05 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (ephy_tab_address_cb), (ephy_tab_title_cb),
(ensure_page_info), (ephy_tab_net_state_cb),
(clipboard_text_received_cb), (ephy_tab_dom_mouse_click_cb),
(ephy_tab_update_navigation_flags), (ephy_tab_set_title):
Don't use ephy_tab_get_embed(), instead use the pointer provided when
we connected the callbacks. Hopefully fixes bug #136122.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-03-05 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-tab.c: (ephy_tab_address_cb), (ephy_tab_title_cb), + (ensure_page_info), (ephy_tab_net_state_cb), + (clipboard_text_received_cb), (ephy_tab_dom_mouse_click_cb), + (ephy_tab_update_navigation_flags), (ephy_tab_set_title): + + Don't use ephy_tab_get_embed(), instead use the pointer provided when + we connected the callbacks. Hopefully fixes bug #136122. + 2004-03-04 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_help_about): |