diff options
author | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2009-02-11 05:26:58 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2009-02-11 05:26:58 +0000 |
commit | abbd057eb967e6ab462ffe305f41b2b04d417b25 (patch) | |
tree | 0aa694cdae991998d4702651dbbb7599ac6750bc /ChangeLog | |
parent | 6da5b8ccc5eca015617e33c4de19b090beee37eb (diff) | |
download | metacity-abbd057eb967e6ab462ffe305f41b2b04d417b25.tar.gz |
Session must be saved before display close, and display
shouldn't close during shutdown if it's already closed.
Can't believe we don't have a bug about this already...
* src/core/display-private.h:
* src/core/display.c:
* src/core/main.c:
* src/core/session.c:
svn path=/trunk/; revision=4133
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2009-02-11 Thomas Thurman <tthurman@gnome.org> + + Session must be saved before display close, and display + shouldn't close during shutdown if it's already closed. + Can't believe we don't have a bug about this already... + + * src/core/display-private.h: + * src/core/display.c: + * src/core/main.c: + * src/core/session.c: + 2009-02-10 Matt Kraai <kraai@ftfbs.org> Don't define meta_spew_event unless verbose mode is on. |