From 2c299d6190d08c97d1cf76b3545b30bde89d904f Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 23 Mar 2004 21:17:12 +0000 Subject: Get rid of ephy_tab_[get|set]_window(). 2004-03-23 Christian Persch * 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(). --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0e2451c6c..1812908e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2004-03-23 Christian Persch + + * 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 * src/ephy-tab.c: (ephy_tab_visibility_cb): -- cgit