diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-13 05:39:28 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-13 05:39:28 +0800 |
commit | bb2325b0400dcd15fb49c1628e2c3836aebdaa8a (patch) | |
tree | 0af09f9972d689a4dba2d5763e5c9ed1c625ec96 /ChangeLog | |
parent | f3bc7acce2043d85011e71c369a06b3979c30734 (diff) | |
download | gsoc2013-epiphany-bb2325b0400dcd15fb49c1628e2c3836aebdaa8a.tar gsoc2013-epiphany-bb2325b0400dcd15fb49c1628e2c3836aebdaa8a.tar.gz gsoc2013-epiphany-bb2325b0400dcd15fb49c1628e2c3836aebdaa8a.tar.bz2 gsoc2013-epiphany-bb2325b0400dcd15fb49c1628e2c3836aebdaa8a.tar.lz gsoc2013-epiphany-bb2325b0400dcd15fb49c1628e2c3836aebdaa8a.tar.xz gsoc2013-epiphany-bb2325b0400dcd15fb49c1628e2c3836aebdaa8a.tar.zst gsoc2013-epiphany-bb2325b0400dcd15fb49c1628e2c3836aebdaa8a.zip |
Size-allocate the embed if it's not mapped but has never been
2004-11-12 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (ephy_tab_size_allocate), (ephy_tab_map):
Size-allocate the embed if it's not mapped but has never been
size-allocated before. Fixes bug #156854.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2004-11-12 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-tab.c: (ephy_tab_size_allocate), (ephy_tab_map): + + Size-allocate the embed if it's not mapped but has never been + size-allocated before. Fixes bug #156854. + +2004-11-12 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-session.c: (ephy_session_autoresume), + (ephy_session_close), (ephy_session_save): + +2004-11-12 Christian Persch <chpe@cvs.gnome.org> + * configure.ac: Update gtk+ dependency. |