diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-06-14 07:13:57 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-06-14 07:13:57 +0800 |
commit | f7f4b30f8e6d8f2a74114d3b8689ea921e0e4a86 (patch) | |
tree | 59d82205cf28609adc4d9e15982a132849ba29a9 /ChangeLog | |
parent | ba1b334527bccd32be59964d3f18d6883f4bee39 (diff) | |
download | gsoc2013-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 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 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. + +2003-06-14 Christian Persch <chpe@cvs.gnome.org> + * data/epiphany.schemas.in: * src/prefs-dialog.c: (create_fonts_language_menu): |