diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-13 05:40:27 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-13 05:40:27 +0800 |
commit | 10b65bb8d65694b0fc3faad1349551b3da32f1df (patch) | |
tree | f0533ffdedd78c5150f81922ad2930e6b654e85b /ChangeLog | |
parent | 6a9df196108b4a27ec27a35e948dc5566f6bd8c6 (diff) | |
download | gsoc2013-epiphany-10b65bb8d65694b0fc3faad1349551b3da32f1df.tar gsoc2013-epiphany-10b65bb8d65694b0fc3faad1349551b3da32f1df.tar.gz gsoc2013-epiphany-10b65bb8d65694b0fc3faad1349551b3da32f1df.tar.bz2 gsoc2013-epiphany-10b65bb8d65694b0fc3faad1349551b3da32f1df.tar.lz gsoc2013-epiphany-10b65bb8d65694b0fc3faad1349551b3da32f1df.tar.xz gsoc2013-epiphany-10b65bb8d65694b0fc3faad1349551b3da32f1df.tar.zst gsoc2013-epiphany-10b65bb8d65694b0fc3faad1349551b3da32f1df.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 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +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-11 Christian Persch <chpe@cvs.gnome.org> * src/ephy-session.c: (ephy_session_close): |