aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af2243ab4..8b324ff10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2004-10-30 Christian Persch <chpe@cvs.gnome.org>
+ * lib/ephy-state.c: (ephy_state_window_set_size):
+ * src/ephy-session.c: (write_window_geometry), (int_from_string),
+ (restore_geometry), (ephy_session_load):
+
+ Fix restoring window size on crash recovery by moving the setting
+ of the size before the initial show which occurs from
+ ephy_shell_new_tab from parse_embed. Fixes bug #156881.
+
+2004-10-30 Christian Persch <chpe@cvs.gnome.org>
+
* configure.ac:
Check for nsIDOMNSEvent::GetIsTrusted.