diff options
author | Milan Crha <mcrha@redhat.com> | 2008-06-09 17:36:56 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-06-09 17:36:56 +0800 |
commit | 4318006c1b3232589c73289267fca4573167db43 (patch) | |
tree | 11577833061e83a2f3c198ae3af6e4364794b7d9 /e-util/ChangeLog | |
parent | eddb3f403bca1e490e0cd36d4451a93ab940edff (diff) | |
download | gsoc2013-evolution-4318006c1b3232589c73289267fca4573167db43.tar.gz gsoc2013-evolution-4318006c1b3232589c73289267fca4573167db43.tar.zst gsoc2013-evolution-4318006c1b3232589c73289267fca4573167db43.zip |
** Fix for bug #509595
2008-06-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #509595
* e-logger.c: (e_logger_get_logs): Do not crash if file does not
exists. Also be able to read lines more than 249 characters long.
svn path=/trunk/; revision=35614
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index ce11387828..a6e4f80989 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2008-06-09 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #509595 + + * e-logger.c: (e_logger_get_logs): Do not crash if file does not + exists. Also be able to read lines more than 249 characters long. + 2008-06-08 Matthew Barnes <mbarnes@redhat.com> * e-logger.[ch]: Code cleanup. |