aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-08-28 18:19:44 +0800
committerChristian Persch <chpe@src.gnome.org>2004-08-28 18:19:44 +0800
commit6908bbda3b2cb195d43f79e656273150380c0235 (patch)
tree3f433c71ff2caebe4593c35d4eb38606ec94254c /ChangeLog
parentfc86ddf59abd40064eeb80748e67339a07f4f5e8 (diff)
downloadgsoc2013-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ef04629b..e00a15c0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: