From fc7200fa19c67979bcb50def2f8ca515b1ae204e Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 10 Jan 2013 09:38:31 +0000 Subject: [PATCH] vtorri for raster's commit SVN revision: 82538 --- ChangeLog | 5 +++++ NEWS | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 50035442f..37074ed71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ + +2013-01-10 Carsten Haitzler + + * fixed bug where starting with a nonexistent config could cause a crash instead of simply restarting + 2013-01-10 Mike Blumenkrantz * E_LIST_HANDLER_APPEND macro now asserts the event handler to make debugging easier diff --git a/NEWS b/NEWS index b900b8eba..9f6ff3898 100644 --- a/NEWS +++ b/NEWS @@ -81,3 +81,4 @@ Fixes: * fixed bug where window border insets were not applied to initial positioning geometry, causing them to be placed incorrectly * Fixed bug with desktop config profile where conf module version variable was misnamed * fixed bug where internal dialogs would not redraw after unfullscreening + * fixed bug where starting with a nonexistent config could cause a crash instead of simply restarting