diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-10-05 22:56:09 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-10-05 22:56:09 +0800 |
commit | 93ea2e443535f7f4cc7caea44338805e3c77a2d7 (patch) | |
tree | d97d68849315d2dc9a986a263bee8eb7d6ba0a8e /ChangeLog | |
parent | 4a908fdf31de0e6af305beac5eb95e3f471fefdd (diff) | |
download | gsoc2013-epiphany-93ea2e443535f7f4cc7caea44338805e3c77a2d7.tar gsoc2013-epiphany-93ea2e443535f7f4cc7caea44338805e3c77a2d7.tar.gz gsoc2013-epiphany-93ea2e443535f7f4cc7caea44338805e3c77a2d7.tar.bz2 gsoc2013-epiphany-93ea2e443535f7f4cc7caea44338805e3c77a2d7.tar.lz gsoc2013-epiphany-93ea2e443535f7f4cc7caea44338805e3c77a2d7.tar.xz gsoc2013-epiphany-93ea2e443535f7f4cc7caea44338805e3c77a2d7.tar.zst gsoc2013-epiphany-93ea2e443535f7f4cc7caea44338805e3c77a2d7.zip |
Don't size-allocate unmapped tabs, fixing slow resizes. Fixes bug #128191.
2004-10-05 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (ephy_tab_size_allocate), (ephy_tab_map),
(ephy_tab_class_init):
Don't size-allocate unmapped tabs, fixing slow resizes.
Fixes bug #128191.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-10-05 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-tab.c: (ephy_tab_size_allocate), (ephy_tab_map), + (ephy_tab_class_init): + + Don't size-allocate unmapped tabs, fixing slow resizes. + Fixes bug #128191. + +2004-10-05 Christian Persch <chpe@cvs.gnome.org> + * configure.ac: * lib/egg/Makefile.am: R lib/egg/eggdropdowntoolbutton.c: |