diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-03 06:35:20 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-03 06:35:20 +0800 |
commit | a49c3e1842374ae022f2c8d203882e75d71123a9 (patch) | |
tree | fbc543903539a7177c590a3fc206c8f0fbf183ba /ChangeLog | |
parent | bc28c27d07ae56467c45666ba6595901a99eadbe (diff) | |
download | gsoc2013-epiphany-a49c3e1842374ae022f2c8d203882e75d71123a9.tar gsoc2013-epiphany-a49c3e1842374ae022f2c8d203882e75d71123a9.tar.gz gsoc2013-epiphany-a49c3e1842374ae022f2c8d203882e75d71123a9.tar.bz2 gsoc2013-epiphany-a49c3e1842374ae022f2c8d203882e75d71123a9.tar.lz gsoc2013-epiphany-a49c3e1842374ae022f2c8d203882e75d71123a9.tar.xz gsoc2013-epiphany-a49c3e1842374ae022f2c8d203882e75d71123a9.tar.zst gsoc2013-epiphany-a49c3e1842374ae022f2c8d203882e75d71123a9.zip |
Use "position" property notification instead of size-allocate to monitor
2005-10-03 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-state.c: (paned_sync_position_cb),
(ephy_state_add_paned):
Use "position" property notification instead of
size-allocate to monitor the paned's position.
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_construct):
Use resize=FALSE with gtk_paned_pack1. Fixes growing size of
the left pane of the bookmarks editor by repeated opening.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2005-10-03 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-state.c: (paned_sync_position_cb), + (ephy_state_add_paned): + + Use "position" property notification instead of + size-allocate to monitor the paned's position. + + * src/bookmarks/ephy-bookmarks-editor.c: + (ephy_bookmarks_editor_construct): + + Use resize=FALSE with gtk_paned_pack1. Fixes growing size of + the left pane of the bookmarks editor by repeated opening. + +2005-10-03 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-window.c: (setup_ui_manager), (ephy_window_dispose), (ephy_window_finalize): |