aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2005-02-18 08:00:48 +0800
committerXan Lopez <xan@src.gnome.org>2005-02-18 08:00:48 +0800
commit71b930e61ea4b57c7b2305ca47c71b876ce8ae5e (patch)
tree21bdc8096a5a83bfc5b57314469b13481d648cd7 /ChangeLog
parenta1ed3acf5f1951fc21e5550a15211967f56274f1 (diff)
downloadgsoc2013-epiphany-71b930e61ea4b57c7b2305ca47c71b876ce8ae5e.tar
gsoc2013-epiphany-71b930e61ea4b57c7b2305ca47c71b876ce8ae5e.tar.gz
gsoc2013-epiphany-71b930e61ea4b57c7b2305ca47c71b876ce8ae5e.tar.bz2
gsoc2013-epiphany-71b930e61ea4b57c7b2305ca47c71b876ce8ae5e.tar.lz
gsoc2013-epiphany-71b930e61ea4b57c7b2305ca47c71b876ce8ae5e.tar.xz
gsoc2013-epiphany-71b930e61ea4b57c7b2305ca47c71b876ce8ae5e.tar.zst
gsoc2013-epiphany-71b930e61ea4b57c7b2305ca47c71b876ce8ae5e.zip
Fix #130990 "Mixing up workspaces of windows when restoring session".
* src/ephy-session.c: (impl_attach_window), (write_ephy_window), (restore_geometry), (ephy_session_load): Fix #130990 "Mixing up workspaces of windows when restoring session". Commited patch referenced in bug with slight modifications to make it work properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 411c1884c..5a62cfe6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-02-18 Xan Lopez <xan@gnome.org>
+
+ * src/ephy-session.c: (impl_attach_window), (write_ephy_window),
+ (restore_geometry), (ephy_session_load):
+
+ Fix #130990 "Mixing up workspaces of windows when restoring session".
+ Commited patch referenced in bug with slight modifications to make it
+ work properly.
+
2005-02-14 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-single.c: (ephy_embed_single_iface_init):