diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-08-28 18:19:44 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-28 18:19:44 +0800 |
commit | 6908bbda3b2cb195d43f79e656273150380c0235 (patch) | |
tree | 3f433c71ff2caebe4593c35d4eb38606ec94254c /ChangeLog | |
parent | fc86ddf59abd40064eeb80748e67339a07f4f5e8 (diff) | |
download | gsoc2013-epiphany-6908bbda3b2cb195d43f79e656273150380c0235.tar gsoc2013-epiphany-6908bbda3b2cb195d43f79e656273150380c0235.tar.gz gsoc2013-epiphany-6908bbda3b2cb195d43f79e656273150380c0235.tar.bz2 gsoc2013-epiphany-6908bbda3b2cb195d43f79e656273150380c0235.tar.lz gsoc2013-epiphany-6908bbda3b2cb195d43f79e656273150380c0235.tar.xz gsoc2013-epiphany-6908bbda3b2cb195d43f79e656273150380c0235.tar.zst gsoc2013-epiphany-6908bbda3b2cb195d43f79e656273150380c0235.zip |
Make sure to instantiate the toolbars model before instantiating the
2004-08-28 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (ephy_window_init):
Make sure to instantiate the toolbars model before instantiating the
bookmarksbar model; otherwise forwarding doesn't work.
Fixes bug #151267.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-08-28 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-window.c: (ephy_window_init): + + Make sure to instantiate the toolbars model before instantiating the + bookmarksbar model; otherwise forwarding doesn't work. + Fixes bug #151267. + 2004-08-27 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: |