diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-18 04:46:02 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-18 04:46:02 +0800 |
commit | df8a49847d6089cce269b2f07a157fbc9f2b8197 (patch) | |
tree | 4d08049d86085258050ddab09985cf4df68bfdc2 /ChangeLog | |
parent | c1687084b65bb2e908761e0bfe6af9b7246d6b02 (diff) | |
download | gsoc2013-epiphany-df8a49847d6089cce269b2f07a157fbc9f2b8197.tar gsoc2013-epiphany-df8a49847d6089cce269b2f07a157fbc9f2b8197.tar.gz gsoc2013-epiphany-df8a49847d6089cce269b2f07a157fbc9f2b8197.tar.bz2 gsoc2013-epiphany-df8a49847d6089cce269b2f07a157fbc9f2b8197.tar.lz gsoc2013-epiphany-df8a49847d6089cce269b2f07a157fbc9f2b8197.tar.xz gsoc2013-epiphany-df8a49847d6089cce269b2f07a157fbc9f2b8197.tar.zst gsoc2013-epiphany-df8a49847d6089cce269b2f07a157fbc9f2b8197.zip |
Remove the toolbar height contraint when the first item is added to it.
2004-02-17 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-editable-toolbar.c: (item_added_cb),
(item_removed_cb), (egg_editable_toolbar_construct):
Remove the toolbar height contraint when the first item is added
to it. Fixes bug #131181.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-02-17 Christian Persch <chpe@cvs.gnome.org> + * lib/egg/egg-editable-toolbar.c: (item_added_cb), + (item_removed_cb), (egg_editable_toolbar_construct): + + Remove the toolbar height contraint when the first item is added + to it. Fixes bug #131181. + +2004-02-17 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-extension.c: (ephy_extension_get_type), (ephy_extension_attach_window), (ephy_extension_detach_window): * src/ephy-extension.h: |