aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-10-31 04:39:32 +0800
committerChristian Persch <chpe@src.gnome.org>2004-10-31 04:39:32 +0800
commit0f75d0f02d8ac2b959a88b25009d7577c30c0612 (patch)
treee99c0b441d7a94d4f5398f5ad767958f44345d31 /ChangeLog
parent6eccf8332dff63399bfd3cbcba283420bf9fe8f9 (diff)
downloadgsoc2013-epiphany-0f75d0f02d8ac2b959a88b25009d7577c30c0612.tar
gsoc2013-epiphany-0f75d0f02d8ac2b959a88b25009d7577c30c0612.tar.gz
gsoc2013-epiphany-0f75d0f02d8ac2b959a88b25009d7577c30c0612.tar.bz2
gsoc2013-epiphany-0f75d0f02d8ac2b959a88b25009d7577c30c0612.tar.lz
gsoc2013-epiphany-0f75d0f02d8ac2b959a88b25009d7577c30c0612.tar.xz
gsoc2013-epiphany-0f75d0f02d8ac2b959a88b25009d7577c30c0612.tar.zst
gsoc2013-epiphany-0f75d0f02d8ac2b959a88b25009d7577c30c0612.zip
Fix restoring window size on crash recovery by moving the setting of the
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb1940f71..e6e70eb5a 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.