aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-10-05 22:56:09 +0800
committerChristian Persch <chpe@src.gnome.org>2004-10-05 22:56:09 +0800
commit93ea2e443535f7f4cc7caea44338805e3c77a2d7 (patch)
treed97d68849315d2dc9a986a263bee8eb7d6ba0a8e /ChangeLog
parent4a908fdf31de0e6af305beac5eb95e3f471fefdd (diff)
downloadgsoc2013-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79cedb8c9..2a7bb3863 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: