summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2009-02-11 05:26:58 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2009-02-11 05:26:58 +0000
commitabbd057eb967e6ab462ffe305f41b2b04d417b25 (patch)
tree0aa694cdae991998d4702651dbbb7599ac6750bc /ChangeLog
parent6da5b8ccc5eca015617e33c4de19b090beee37eb (diff)
downloadmetacity-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2237b4c..09cf1b29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.