summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJens Granseuer <jensgr@gmx.net>2009-03-28 09:30:21 +0000
committerJens Granseuer <jensg@src.gnome.org>2009-03-28 09:30:21 +0000
commitf45f3cec2bb6d0cf49e021ab24004e7d7c15843f (patch)
tree920ca0ac81f96640c7b334dffc15483d67bbe486 /ChangeLog
parent83d612e7a8784dc3984d87fec13251bfee32048d (diff)
downloadgnome-settings-daemon-f45f3cec2bb6d0cf49e021ab24004e7d7c15843f.tar.gz
if the sanitized array ends up having no members at all return a NULL
2009-03-28 Jens Granseuer <jensgr@gmx.net> * plugins/xrandr/gsd-xrandr-manager.c: (sanitize), (generate_fn_f7_configs): if the sanitized array ends up having no members at all return a NULL configuration since the following code assumes it has at least one valid setup if it's not NULL. Fixes a crash when closing the lid on some laptops (bug #576875) svn path=/trunk/; revision=806
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6099e243..7c6b818b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-28 Jens Granseuer <jensgr@gmx.net>
+
+ * plugins/xrandr/gsd-xrandr-manager.c: (sanitize),
+ (generate_fn_f7_configs): if the sanitized array ends up having no
+ members at all return a NULL configuration since the following code
+ assumes it has at least one valid setup if it's not NULL. Fixes a
+ crash when closing the lid on some laptops (bug #576875)
+
2009-03-27 Jens Granseuer <jensgr@gmx.net>
* plugins/a11y-keyboard/gsd-a11y-keyboard-manager.c: