summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-04 01:39:33 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-04 01:39:33 +0100
commitf7a3f628ead46d7c31598de6cd0d97f8ff0bdbd6 (patch)
tree11297bbc862d871726c5639698413e6e4a786736 /ChangeLog
parent258da8a37c21a87ba5a7aa1c3e6243280d5c8d10 (diff)
98772641729700876a0e51e3d001649cd1624046 from master; Windows crash fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78ca54717..9f1ab14ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2015-05-04 Carl Hetherington <cth@carlh.net>
+ * Don't try to update config dialog when its window has been
+ destroyed. Fixes various crashes on Windows (from master).
+
* Add a simple content properties dialog (#554).
2015-05-01 carl <cth@carlh.net>