aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-06-14 07:13:57 +0800
committerChristian Persch <chpe@src.gnome.org>2003-06-14 07:13:57 +0800
commitf7f4b30f8e6d8f2a74114d3b8689ea921e0e4a86 (patch)
tree59d82205cf28609adc4d9e15982a132849ba29a9 /src/ephy-window.h
parentba1b334527bccd32be59964d3f18d6883f4bee39 (diff)
downloadgsoc2013-epiphany-f7f4b30f8e6d8f2a74114d3b8689ea921e0e4a86.tar
gsoc2013-epiphany-f7f4b30f8e6d8f2a74114d3b8689ea921e0e4a86.tar.gz
gsoc2013-epiphany-f7f4b30f8e6d8f2a74114d3b8689ea921e0e4a86.tar.bz2
gsoc2013-epiphany-f7f4b30f8e6d8f2a74114d3b8689ea921e0e4a86.tar.lz
gsoc2013-epiphany-f7f4b30f8e6d8f2a74114d3b8689ea921e0e4a86.tar.xz
gsoc2013-epiphany-f7f4b30f8e6d8f2a74114d3b8689ea921e0e4a86.tar.zst
gsoc2013-epiphany-f7f4b30f8e6d8f2a74114d3b8689ea921e0e4a86.zip
Make visibility a tab GObject property.
2003-06-14 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_get_property), (ephy_tab_set_property), (ephy_tab_class_init), (ephy_tab_get_visibility), (ephy_tab_visibility_cb): Make visibility a tab GObject property. * src/ephy-window.h: * src/ephy-window.c: (sync_tab_visibility), (update_window_visibility), (tab_added_cb), (tab_removed_cb): Sync on tab visibility changes.
Diffstat (limited to 'src/ephy-window.h')
-rw-r--r--src/ephy-window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-window.h b/src/ephy-window.h
index abb643eaf..d1915b201 100644
--- a/src/ephy-window.h
+++ b/src/ephy-window.h
@@ -63,7 +63,6 @@ typedef enum
typedef enum
{
FindControl,
- WindowVisibilityControl,
FavoritesControl
} ControlID;