aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-03-24 05:17:12 +0800
committerChristian Persch <chpe@src.gnome.org>2004-03-24 05:17:12 +0800
commit2c299d6190d08c97d1cf76b3545b30bde89d904f (patch)
tree3be94b9b4ed84ee4bd825ae1ece12faa5b31fbe4 /src/ephy-window.h
parent9128390b9cef9877497962a409cd17393ddd0588 (diff)
downloadgsoc2013-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 'src/ephy-window.h')
-rw-r--r--src/ephy-window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.h b/src/ephy-window.h
index 985029d21..4370c8081 100644
--- a/src/ephy-window.h
+++ b/src/ephy-window.h
@@ -22,6 +22,7 @@
#define EPHY_WINDOW_H
#include "ephy-embed.h"
+#include "ephy-tab.h"
#include "ephy-dialog.h"
#include <glib-object.h>
@@ -57,7 +58,6 @@ struct EphyWindowClass
};
/* Include the header down here to resolve circular dependency */
-#include "ephy-tab.h"
#include "ephy-notebook.h"
GType ephy_window_get_type (void);