diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-24 05:17:12 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-24 05:17:12 +0800 |
commit | 2c299d6190d08c97d1cf76b3545b30bde89d904f (patch) | |
tree | 3be94b9b4ed84ee4bd825ae1ece12faa5b31fbe4 /ChangeLog | |
parent | 9128390b9cef9877497962a409cd17393ddd0588 (diff) | |
download | gsoc2013-epiphany-2c299d6190d08c97d1cf76b3545b30bde89d904f.tar gsoc2013-epiphany-2c299d6190d08c97d1cf76b3545b30bde89d904f.tar.gz gsoc2013-epiphany-2c299d6190d08c97d1cf76b3545b30bde89d904f.tar.bz2 gsoc2013-epiphany-2c299d6190d08c97d1cf76b3545b30bde89d904f.tar.lz gsoc2013-epiphany-2c299d6190d08c97d1cf76b3545b30bde89d904f.tar.xz gsoc2013-epiphany-2c299d6190d08c97d1cf76b3545b30bde89d904f.tar.zst gsoc2013-epiphany-2c299d6190d08c97d1cf76b3545b30bde89d904f.zip |
Get rid of ephy_tab_[get|set]_window().
2004-03-23 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (ephy_tab_set_property), (ephy_tab_get_property),
(ephy_tab_get_window), (ephy_tab_action_activate_cb),
(ephy_tab_class_init), (ephy_tab_destroy_brsr_cb),
(ephy_tab_size_to_cb), (ephy_tab_dom_mouse_click_cb),
(ephy_tab_init):
* src/ephy-tab.h:
* src/ephy-window.c: (tab_context_menu_cb),
(ephy_window_set_active_tab):
* src/ephy-window.h:
Get rid of ephy_tab_[get|set]_window().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2004-03-23 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-tab.c: (ephy_tab_set_property), (ephy_tab_get_property), + (ephy_tab_get_window), (ephy_tab_action_activate_cb), + (ephy_tab_class_init), (ephy_tab_destroy_brsr_cb), + (ephy_tab_size_to_cb), (ephy_tab_dom_mouse_click_cb), + (ephy_tab_init): + * src/ephy-tab.h: + * src/ephy-window.c: (tab_context_menu_cb), + (ephy_window_set_active_tab): + * src/ephy-window.h: + + Get rid of ephy_tab_[get|set]_window(). + +2004-03-23 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-tab.c: (ephy_tab_visibility_cb): Fix the build, bad noda :P |