diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-07-22 21:04:55 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-07-22 21:04:55 +0800 |
commit | 2df26bc7b73e93b6de4b6a6ab0c9a52cafb9bd83 (patch) | |
tree | 7dbb7958ab2ede0e4ca17c90abc537f645cdac01 /e-util/ChangeLog | |
parent | ad7a244247a9b4437fe72e33a588685206815339 (diff) | |
download | gsoc2013-evolution-2df26bc7b73e93b6de4b6a6ab0c9a52cafb9bd83.tar.gz gsoc2013-evolution-2df26bc7b73e93b6de4b6a6ab0c9a52cafb9bd83.tar.zst gsoc2013-evolution-2df26bc7b73e93b6de4b6a6ab0c9a52cafb9bd83.zip |
Handle cases when the props are undefined. This bug is currently causing
2006-07-22 Harish Krishnaswamy <kharish@novell.com>
* e-util.c: (get_font_options): Handle cases when the
props are undefined. This bug is currently causing Evo
to crash as soon as it comes up.
svn path=/trunk/; revision=32389
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 863ca97098..ad8aaee230 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2006-07-22 Harish Krishnaswamy <kharish@novell.com> + + * e-util.c: (get_font_options): Handle cases when the + props are undefined. This bug is currently causing Evo + to crash as soon as it comes up. + 2006-07-20 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> * e-util.[ch]: (get_font_options): Added code to get font options. |