diff options
author | Not Zed <NotZed@Ximian.com> | 2001-08-28 18:50:56 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-08-28 18:50:56 +0800 |
commit | 0ed38b0d75e1a1c76a187c73ef838d369731e8e8 (patch) | |
tree | 01fa0b3f565c117ecbde7c21d9f4098bfdef0b7c /e-util/ChangeLog | |
parent | 2ec56bc8bafa4ed6820d8d98e8b065f4ef8dbb6c (diff) | |
download | gsoc2013-evolution-0ed38b0d75e1a1c76a187c73ef838d369731e8e8.tar.gz gsoc2013-evolution-0ed38b0d75e1a1c76a187c73ef838d369731e8e8.tar.zst gsoc2013-evolution-0ed38b0d75e1a1c76a187c73ef838d369731e8e8.zip |
Dont call g_print with a NULL string. See bug #7396.
2001-08-28 Not Zed <NotZed@Ximian.com>
* e-categories-master-list-wombat.c (ecmlw_load): Dont call
g_print with a NULL string. See bug #7396.
svn path=/trunk/; revision=12498
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 5eca6efaac..409f7028c1 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,8 @@ +2001-08-28 Not Zed <NotZed@Ximian.com> + + * e-categories-master-list-wombat.c (ecmlw_load): Dont call + g_print with a NULL string. See bug #7396. + 2001-08-24 Jeffrey Stedfast <fejj@ximian.com> * e-mktemp.c (get_path): Make more robust. |