diff options
author | Brian Cameron <brian.cameron@sun.com> | 2008-10-27 11:52:47 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2008-10-27 11:52:47 +0000 |
commit | 5ed940e101d81fd1cbcca87df48242a51d449389 (patch) | |
tree | 2898140d90e6fdff46dcc76eaf164a874a3ce558 /ChangeLog | |
parent | 11f18a25c2bdda224ea98bdcbdb73889ef09cdd5 (diff) | |
download | metacity-5ed940e101d81fd1cbcca87df48242a51d449389.tar.gz |
Fix some crashes with the new GDM 2.24. Closes #558058.
2008-10-27 Brian Cameron <brian.cameron@sun.com>
Fix some crashes with the new GDM 2.24. Closes #558058.
* src/ui/ui.c (meta_ui_parse_modifier): another null check
* src/core/prefs.c (titlebar_handler, button_layout_handler):
more null checks.
svn path=/trunk/; revision=4003
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-10-27 Brian Cameron <brian.cameron@sun.com> + + Fix some crashes with the new GDM 2.24. Closes #558058. + + * src/ui/ui.c (meta_ui_parse_modifier): another null check + * src/core/prefs.c (titlebar_handler, button_layout_handler): + more null checks. + 2008-10-26 Thomas Thurman <tthurman@gnome.org> * src/core/prefs.c (mouse_button_mods_handler): Ignore values |