diff options
author | Xan Lopez <xan@src.gnome.org> | 2005-02-18 08:00:48 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2005-02-18 08:00:48 +0800 |
commit | 71b930e61ea4b57c7b2305ca47c71b876ce8ae5e (patch) | |
tree | 21bdc8096a5a83bfc5b57314469b13481d648cd7 /ChangeLog | |
parent | a1ed3acf5f1951fc21e5550a15211967f56274f1 (diff) | |
download | gsoc2013-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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): |